The summaryContext appears to hold nothing interes...
# suitescript
c
The summaryContext appears to hold nothing interesting in the summarize function so I can log the reason for not needing to proceed to map() in getInputData() using log.audit
d
I don't believe that it is possible to end the map before a successful completion. It is possible to skip the reduce phase by transitioning from map to summary. I believe this is what you are referring to for the log.audit call.
👍 1