Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.