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
XmanXman 

workflow sending-mail timing

Well, we can use Workflow to send a mail and appoint the time when the mail be sent, what I want to know is whether we could appoint the time based on a field's value in an SObject.

For instance, I have a field names Send_Date__c, if I set the value 7, when workflow fired, it gets the value and sends mail after one week, if I set the value 10, the workflow gets the value and sends mail after 10 days...

I really doubt it is possible. Could anyone tell me is this idea workable?

Thank you.

TheIntegratorTheIntegrator

Its possible, check Time-Dependent Workflow Actions