is there a limit of how many deployments we can ha...
# suitescript
d
is there a limit of how many deployments we can have in a single scheduled script ?
c
If you're having to ask that question, I wonder what you're trying to achieve
s
What are you trying to do? Run a scheduled script more than once every 15 mins? Trying to execute scheduled scripts on demand without hitting an exception when a deployment is already executing?
d
I have a request where a client have 10 saved searches and he wants to receive 1 email containing 10 attachment from the 10 saved searches. He wants to be able to schedule when the email will be sent
i was thinking to create custom record, but then i have to build something to mimic the scheduling section in deployment record, which i believe will not be easy
so i plan to let them create deployment set the schedule there, and i will create script parameter on the recipient and saved searches
he can create 1 schedule for himself to receive email every day at 17pm, and he can create another schedule for his managers
they have around 100 stores and 1 manager every store