We have a map reduce script that set the status of...
# suitescript
s
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
use concurrency > 1?
s
Yes set it at 2
b
you can probably get a minor performance boost by using record.submitFields instead of loading and saving an actual record
more major would probably be setting up workflows and user event script to not run on map/reduce
s
It marks ship all orders that were fulfilled and printed