Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
SuiteScript: Error: "Failed to Evaluate Script"
Hi,
I am fairly new to Netsuite, and very new to SuiteScript, but do have some experience with Java.
I am trying to get the Total Weight of the items on an Invoice to reflect in a custom body field. (that I can reference on a custom invoice pdf)
I have found this SuiteAnswer: 37168
"Calculate Total Weight"
The script that it provides is throwing an error:
Fail to evaluate script: {"type":"error.SuiteScriptModuleLoaderError","name":"UNEXPECTED_ERROR","message":"ReferenceError: \"objRecord\" is not defined. (SS_SCRIPT_FOR_METADATA#6)","stack":[]}
When I research this, it appears that SuiteScripts may now require a define() function. Which I am not sure exactly how the syntax should be applied to make it work.