in my case I want to share data between say `map(...
# suitescript
s
in my case I want to share data between say
map()
and
reduce()
stages - but not directly (i.e. I'd like to avoid having to
.write()
this shared data). It's looking like
.write()
is the only safe way to share data from one
map()
invocation to a corresponding single
reduce()
invocation