function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Idd BaksheeshIdd Baksheesh 

Time Based Workflow firing on isChange

Hi I have a simple task at hand, if the value remains in any one state for more than 24 hours, I want to notify the owner of followup.

 

However, isChange(Value) does not work on condition, unless it is everytime record is created or edited and time-based workflow is not fired on the values in this condition.

 

Any way I can achieve this?

SporterSporter

If you can elaborate on what your trying to do (what type of field(s) you are looking at etc) we can perhaps use priorvalue() to trick the workflow into working, otherwise it would be a trigger that is needed.

HariPHariP
You need to write a trigger.