Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.