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.
2017.2 require
Just pointing this out for everyone here in this group.
2017.2 script changes that might affect your current code.
Keep in mind that configuration of a require Object is optional. If you must configure a require Object,
the @NAmdConfig tag is suited for general use. In limited cases, such as when you need run-time
control over configuration options, use the require.config() method.
As of 2017.2, you must update your existing scripts that call require Configuration. Scripts that use
runtime calls of require Configuration throw an INVALID_AMD_CONFIG_PATH__1 error when:
■ The call does not include the context property.
■ The call includes the context property but its value is a path that conflicts with other entry point