![]() |
Sergey Kornilov admin 2/7/2014 |
Use some code in List page: BeforeProcess event i.e. CustomQuery("delete from MyTable where DateCreated<...")
CustomQuery("delete from MyTable where DateCreated<SELECT DATEADD(month, -3, getdate())") |
G
|
gonzalosb author 2/14/2014 |
thank you. this code works perfect!!! CustomQuery("delete from MyTable where DateCreated<Date()-90")
|