Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:06 PM
I have a setup where you can update user's end date via register user form. I have a dynamic attribute called "enddate" that maps to user column "enddate" and is of type Date.
Is there any simple way to compare if the date in dynamic attribute is after or before enddate in user column.
If I do this in workflow, I have following available:
Solved! Go to Solution.
04/12/2022 02:23 PM
Hi Juha,
You can use (Date.parse('MM-dd-yyyy',dynamicAttributes.get('enddate')) < new Date().Plus (366)) to compare date in dynamic attributes in a workflow.
Thanks & Regards,
Vijay Patil