It seems to break right after loading the record
# suitescript
i
It seems to break right after loading the record
b
i
Yeah I used that and it isn't showing any errors at all
b
that suggests there were no errors
i
Weird. I have a log.debug right after the save and it never logs
So idk what's going on
b
what does your summarize entry point look like
i
I'm not doing summary
Maybe I should
b
then i once again direct you to the link i shared
i
I'm just using the mapcontext error logging
b
do the summarize stage logging
i
Alright I'll try that out. I figured the mapcontext error logging would show the same thing
b
You can use this snippet in a map function. The snippet logs data only if an error was thrown during a previous invocation of the map function for the same key/value pair currently being processed.
i
Ah that makes sense
Okay
b
that usually means you used retryCount