how to trigger mail 3 times in a month using sched...
# suitescript
s
how to trigger mail 3 times in a month using schedule script (scheduled status )
b
probably 3 deployments of the scheduled script, one for each day you want it to run
thumbs up 1
s
@battk every month it should triggger , for exa startdate (1st aug) middledate(15th aug) and end date (31st aug) similarly for rest of months. ? how can we do there ?
b
Create a scheduled deployment, choose a monthy schedule that works on the 1st and runs every 1 month
do the same thing but for the 15 and runs every 1 month
do it one more time for the end of the month, though 31st is a terrible date, not every month has 31 days
s
thank you @battk
m
Other option is to have the deployment run every day and figure out in the script if it should continue