Shurato
12-07-2019
Hi,
I would like to use in a javascript code the values of the cleanup information defined in the deployment wizard.
I tried unsuccessfully with the following method:
xtk.serverOptions.LoadOptions("baseOption/cleanup");
Regards,
Adhiyan
Employee
Hello Shurato,
You can change / manipulate the option NmsCleanup_TrackingLogPurgeDelay instead of using the serverOptions methods.
It stores the same information in seconds as that in the deployment wizard in days.
14-07-2019
Hello Adhiyan,It works fine with your solution.Thank you.Regards,
Shurato.
Hi craigthonis,
I am trying to store in a variable the value of the field Tracking logs (present on Purge of data settings screen) in order to use this variable to make calculations in a query component.
craigthonis
Hi Shurato,
Can you elaborate on the use case here? Campaign comes with a Technical Workflow called "Database Cleanup" that executes the cleanup out of the box.