Hey professionals can you please help me. How pass...
# suitescript
r
Hey professionals can you please help me. How pass data to summary function in map/reduce script because i want to send a particular data on email. Thanks in advance
m
In the map or reduce stage use
context.write
and in summary check it
context.output
r
Can please share some code snippet related to this?
s
It's in the help pages