In a Map/Reduce script, do we have any control ove...
# suitescript
m
In a Map/Reduce script, do we have any control over the order key/values are passed from map to reduce? Perhaps by adding something to the key in the map stage? Do they come over in the order keys are defined in the map stage?