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
suresh.csksuresh.csk 

Time Dependent WorkFlow- Check Active/Uncheck Active

Hi.

 

I have 3 fields.

StartDate

EndDate

Active(checkbox).

 

Is it possbile to obtain Active to checked and unchecked by looking at the date every time when the 

startdate/ enddate is modified.

 

I was able to uncheck after 1 day of enddate. 

But not able to do check and uncheck  when ever the start date and end date is changed.

 

regards

suresh

Shiva Ramesh @ xcdhrShiva Ramesh @ xcdhr

could you please post your time-based workflow and fieldupdate screenshot

suresh.csksuresh.csk
Hi

This time dependent worflow rule is not firing

AND (
Effective_End_Date__c >= Effective_Start_Date__c ,
(Effective_Start_Date__c - today()) == 1
)