Join Slack
Powered by
We have a map reduce script that set the status of...
# suitescript
s
Sim Greenbaum
01/05/2022, 1:59 AM
We have a map reduce script that set the status of the item fulfillment to shipped based a saved search any ideas how to speed it up
s
Shawn Talbert
01/05/2022, 2:04 AM
use concurrency > 1?
s
Sim Greenbaum
01/05/2022, 2:04 AM
Yes set it at 2
b
battk
01/05/2022, 3:05 AM
you can probably get a minor performance boost by using record.submitFields instead of loading and saving an actual record
battk
01/05/2022, 3:06 AM
more major would probably be setting up workflows and user event script to not run on map/reduce
s
Sim Greenbaum
01/05/2022, 3:27 AM
It marks ship all orders that were fulfilled and printed
Open in Slack
Previous
Next