Date a case was initiated

1
0
-1

Hello,

I would like to know how I can get the date a case was initiated, since I need to store it in a business data model variable. It's possible?

Regards,

Victor

1 answer

1
+1
-1
This one is the BEST answer!

Please write a groovy script on the first step of your process to get current date and assign it to the variable.

eg: initiatedDate = new Date();

Notifications