Not able to default the notification date and/or termination date using VB
Summary:
The default expression to default Notification Date to today's date is not working in my environment but works for a different environment.
Below expression is used.
return new Date().toISOString().slice(0,10);
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0