Is it possible to pass context based data from red...
# suitescript
n
Is it possible to pass context based data from reduce to summarize in a m/reduce script? I do my processing in Map and want a summary to email to the user and would typically scoop up the details required using searches etc. This won't work for me in this scenario. Would it be totally wrong to email the user in the reduce stage? (would only happen once, I'd group my data in to a single key array in the map stage)