cancel
Showing results for 
Search instead for 
Did you mean: 

How to define workflow condition to calculate time/duration to trigger an action?

former_member186887
Active Contributor
0 Kudos

Hi Team,

I would like to know how to create a workflow rule to trigger an action when the status of opportunity is not changed in two days after its creation date/time.

I am trying to achieve it using workflows but unable to define appropriate condition for the same. How to define the condition to calculate the time (2days) from creation time,

so that the action can be triggered. I am not getting the proper condition field with approriate operator to calculate the time.

Kindly help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi ,

You can define a Additional field ZLastStatusChange which will be updated upon changing the status of opportunity in EVENT-BeforeSave. Declare this field as DATE data type.

["Staus Change Date"]element ZlastStausChange:Date;

Now you configure the rule as scheduled On/Before/After based on ur requirement.

Hopefully it helps!

Thanks

Saurabh