I am trying to use schedular for broadcasting the emails automatically. so when i am trying it broadcast mail is getting failed. when i am doing it manually through the procedures tab , broadcasting is happening . can anybody help me with this
Hi Bale, it sounds like you're trying to schedule a procedure which then calls a Broadcasting step? I'm afraid that won't work, a user triggered procedure can execute a Broadcasting step (e.g. if a user clicks a button and runs a procedure it can send a Broadcast) but unfortunately a scheduled procedure which runs without user interaction can't. To schedule a Broadcast you'd need to schedule it through the Broadcasting tab as a scheduled Broadcast without using a procedure.
Thanks for getting back to me. Is there any way to schedule them? Iām currently using logic so that once the load completes it validates and then sends the email.
Hello @Bale Goutham
there is already an idea on this improvement : Broadcasting improvement - Board Community
maybe you can discuss with your Board CSM and ask him/her to push it internally :)
federico
As Federico has highlighted below this is an enhancement which has been requested, unfortunately at this time the only real option is to schedule a Broadcast job via the Broadcasting tab, and to make it layout driven. You can then use the layout to only trigger the Broadcast if a certain condition is met (in this case your load completes and validates). The problem there is getting the scheduling timing right so that the Broadcast tries to run after the load finishes, I'm afraid that's the only thing I can suggest for now though.