This message was deleted.
# suitescript
s
This message was deleted.
s
that is a tiny number of records for a Scheduled Script to handle.
Record.save is 4 units. So that, plus whatever else you need to do
(times 150, obviously)
s
that's also assuming you have to process all 150 at once. I always encourage people to consider if it's possible to process incrementally throughout the month
c
(Now someone will tell me I forgot create, and I'll go cry in the corner)
t
I'm automating 1000s of records every month with either scheduled or user event scripts.
n
You could look at the documentation to see the cost for each action and work it out, I suspect that's what everyone else does. Hard to say without knowing exactly what operations you're performing. Also note it's possible to "yield" a scheduled script if you get low on governance. (only in SS1.0)
s
Thank you for your help.