Can someone please point me in the right direction...
# suitescript
k
Can someone please point me in the right direction with this? 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?