Deployment wizard cleanup values | Community
Skip to main content
Shurato
New Participant
July 12, 2019
Solved

Deployment wizard cleanup values

  • July 12, 2019
  • 4 replies
  • 2806 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Adhiyan

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

4 replies

Shurato
ShuratoAuthor
New Participant
July 15, 2019

Hello Adhiyan,

It works fine with your solution.

Thank you.

Regards,

Shurato.

Adhiyan
AdhiyanAccepted solution
Employee
July 12, 2019

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

Shurato
ShuratoAuthor
New Participant
July 12, 2019

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.

Craig_Thonis
Employee
July 12, 2019

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.