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
Steve_FinlaySteve_Finlay 

Workflow Rule Criteria to fire if a date field is changed

I have been trying to have the rule criteria for a workflow to evaluate to TRUE if a date field in the custom object has been changed.

 

I've been attempting this via the ISCHANGED(Date_field__c) function. However this fails with a message that this function  is invalid for this type of formula.

 

I then want a time dependent workflow action to be set...

 

Any ideas on how I can do this?

 

SennahSennah

You can only do this with a trigger.