I'm passing values from my Map to Reduce like this...
# suitescript
k
I'm passing values from my Map to Reduce like this
context.write(opnID, opnRecordType, itemid);
but the itemid value is not getting to reduce. Any ideas?