If I need to open, edit, and save 2500 item record...
# suitescript
c
If I need to open, edit, and save 2500 item records, do we think a map/reduce script would be best?
💯 1
b
sounds reasonable given the information
c
Just realised it's very very hard to call a custom script from a celigo integration
Celigo uses a custom restlet - hoping they've done something in there that will account for massive governance usage otherwise I'll have to call this API straight from map/reduce
b
i believe you have options to control how many records are imported at a time
c
Yeah - found a setting to limit that and add the remaining records to a queue - too easy