Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Deployment wizard cleanup values

Avatar

Level 1

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,

Shurato

1 Accepted Solution

Avatar

Correct answer by
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.

Regards,

Adhiyan

View solution in original post

4 Replies

Avatar

Employee Advisor

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.

Avatar

Level 1

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.

ncs_cleanup_deployment wizard.png

Avatar

Correct answer by
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.

Regards,

Adhiyan

Avatar

Level 1

Hello Adhiyan,

It works fine with your solution.

Thank you.

Regards,

Shurato.