```log.audit('Map errors summary', summaryContext....
# suitescript
c
Copy code
log.audit('Map errors summary', summaryContext.mapSummary.errors);
This line is returning an empty map even though I can see record.save() isn't working.