Hi Everyone. I'm getting an error when I try to u...
# suitescript
e
Hi Everyone. I'm getting an error when I try to update customform on a salesorder record using suitescript 2.1. The error is:
Copy code
"type":"error.SuiteScriptError","name":"MODULE_DOES_NOT_EXIST","message":"Module does not exist: /NLRecordScripting.scriptInit$sys.js","id":""
I've tried doing the update using submitFields() and by loading the whole record. I can update other fields successfully, eg. memo. Any idea what this error actually means and why it is popping up only for customform field? Thanks.
n
Not sure, why for a specific form. My only thought is, is a library defined on a specific form and being reference in a deployed script and the form you are changing to does not have that script on it...