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
pratap narwalpratap narwal 

Not able to configure Time based workflows for delegated approvers

 I have some custom fileds related to delegated approvers in User object .

Delegated PA
From date
To Date (future date)

Once 'To Date' becomes less than current date, i need to make all above field as blank.

I am trying to do this with Time Based workflows. I selected the criteia as "Evaluate the rule when a record is created, and any time it’s edited to subsequently meet criteria" but i am not able to formulate the exact rule to trigger the workflow.

Please suggest.



Thanks

Sumitkumar_ShingaviSumitkumar_Shingavi
It should be very simple: Go to "When Formula is met " section (I recall there is a picklist for this) when you put "Rule Criteria" in workflow:

Put a condition like
To_Date__c < TODAY()

And it should work!

PS: if this answers your question then hit Like and mark it as solution!