Can anyone give me advice for `UNEXPECTED_ERROR` o...
# suitescript
j
Can anyone give me advice for
UNEXPECTED_ERROR
on a
record.save()
call? I can't find anything in the Script Execution Log
j
UNEXPECTED_ERROR basically means “no information”. Check to see what else is deployed on the record using Scripted Records and see if disabling other stuff helps narrow down where it is happening.
j
Scripted Records! Let's try that. Thanks!
This is being called from inside a RESTlet, so I'm not sure what I can see. It's an ItemFulfillment record
e
Primarily look for User Events and Workflows deployed on the IF
j
I'll give that a shot.