You need to sign in to do that
Don't have an account?
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
could you please post your time-based workflow and fieldupdate screenshot
This time dependent worflow rule is not firing
AND (
Effective_End_Date__c >= Effective_Start_Date__c ,
(Effective_Start_Date__c - today()) == 1
)