Is there a way in a map/reduce script to just pass...
# suitescript
j
Is there a way in a map/reduce script to just pass values straight to the summarize stage?
i
Hi, I don't think it's possible since each step is saving the step result to the corresponding context. But it shouldn't be an issue, all you need it 1 line of code in each of the steps to move the results forward. Why are you using Map/Reduce script if you are skipping the actual map/reduce?