How to reset a configuration date attribute
Summary:
Based on an attribute value, we need to reset the date attribute in the configuration
Content (please ensure you mask any confidential information):
How to reset a date attribute in configuration
Version (include the version you are using, if applicable):
24D
Code Snippet (add any code snippets that support your topic, if applicable):
The below code doesn't reset the date
EndDate=getdate();
EndDate=strtodate("", "MM/DD/YYY");
return EndDate;
Tagged:
0