Skip to main content
We don't want emails to go out to contacts at 2 am, so we'd like to have a rule to send all emails from workflow rules (not related to cases necessarily) at 8 am of the next working day.  Is this done with business hours? 
3 件の回答
  1. 2013年3月1日 12:59
    A time based WF is just as good, but alternative just so you know you could create a scheduled class which will send the emails out at a certain time as the class will run at a set time. 

     

    2 different approaches with diff merits.

     

    time based WFs will send 1 email at a time but will involve no code so will be quicker to produce and easier to maintain

     

    Sched class could be built to send all emails in 1 go and could build in other operations at the same time if this is needed, but is more difficult to build and maintain
0/9000