Join Slack
Powered by
Do Map/Reduce scripts not throw errors?
# suitescript
j
jen
10/07/2022, 10:55 PM
Do Map/Reduce scripts not throw errors?
b
battk
10/07/2022, 11:16 PM
nope, you have to do it yourself in the
Summarize Stage
j
jen
10/08/2022, 6:07 AM
dang. The error is within a module function that’s being called in my reduce() so I don’t seen to have a way to identify when it’s happening. It just essentially stops executing and moves onto the next item in the list to process
e
ec
10/09/2022, 6:39 AM
wrap in try/catch and handle accordingly.
Open in Slack
Previous
Next