Record.save is 4 units. So that, plus whatever else you need to do
CD
09/24/2021, 2:19 PM
(times 150, obviously)
s
stalbert
09/24/2021, 2:20 PM
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
CD
09/24/2021, 2:21 PM
(Now someone will tell me I forgot create, and I'll go cry in the corner)
t
Travis Zuri
09/24/2021, 2:35 PM
I'm automating 1000s of records every month with either scheduled or user event scripts.
n
NElliott
09/24/2021, 2:39 PM
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)