Join Slack
Powered by
<@UHQFWH30Q>: use context.values[0] in Reduce stag...
# suitescript
p
Pavol
05/02/2019, 8:48 AM
@David Durst
: use context.values[0] in Reduce stage
d
David Durst
05/02/2019, 8:49 AM
Not sure I understand exactly, are you stating that the value I am passing from Map to Reduce will be found in context.values[0]?
p
Pavol
05/02/2019, 8:50 AM
yes. Just try this to see the Reduce data structure:
Pavol
05/02/2019, 8:50 AM
log.debug({ title: 'reduceContext', details: JSON.stringify(context) })
👍 1
d
David Durst
05/02/2019, 8:51 AM
thank you
4
Views
Open in Slack
Previous
Next