Hi everyone!
I'm kind of a newbie on ETM, even reading the documentation I think I need your help.
For corporate policy we have to delete all events older than 24 months, no matter the type or the status of the event. Right now we are using the archive/delete function in Assyst where I run a query that I modify every time I need it.
Reading the documentation I learnt that with a Datamapper you can perform a delete record so ideally I want to turn it into an automatic operation rather than doing it manually every time, but I'm not sure how I can tell the Datamapper to search only for the logged date older than 24 months (24 older from the actual date, ideally that date dynamically changes to do it automatically).
Ideally I would like to run this every night with a CRON function but right now I don't know how manage it.
Anyone could help me understand how to do it? If there are some examples or guidelines in the doc that I missed out feel free to point that out
Many thanks in advance!


