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
sfdcdevlopersfdcdevloper 

Time based workflow for lead status updation

Hi,

I have a requirement that if lead status is not updated for 90 days, status should be automatically updated as  Inactive and notification should be sent. . How can we achieve this
RahulSFDCTSHRahulSFDCTSH
Hi,
You can achieve this using time based action on workflow rule, Time trigger can only take values from Date/ Datetime fields so you can create a formula field to popolate the date of status modification as in your case last modified date field won't help as someone can modify the record but they haven't modified or updated status. Let me know if it helps.

Thanks
 
sfdcdevlopersfdcdevloper
i dont think time trigger works , as when one record is in queue of the time trigger and someboby updates the status , the trigger will fire after 90 days because of the record in the queue which is not correct.