Is this the correct way to deploy a script to star...
# suitescript
a
Is this the correct way to deploy a script to start in 15 minutes and go every two hours forever?
e
This script will only run after noon every weekday, but every 2 hours after noon forever.
👍 1
j
It drives me crazy that that is true. Super non-intuitive that the “start time” is not coupled to the “start date”. I had a scheduled thing that I assumed was running from date-time forever, but as above it was only starting partway through each day. Complete design fail IMO.
👍 1
t
Its infuriating but necessary if you DO need that use case where it has to start at noon
Yeah eblackey is right this will start at noon every day and repeat every 2 hours. You'll need to set the start time at 12:00am for it to run every 2 hours every day
e
Yeah, they could definitely make it more clear. I also with they allowed for an end time if they’re going to have a start time.
👍 1