Automatic Dependency Management

SuiteScript 2.x gives you built-in dependency management. You define which modules need to load before your script runs, and the module loader takes care of loading those modules and all their dependencies automatically. This means you can focus on your logic instead of worrying about dependencies and load order.

For additional information, see the following help topics:

Related Topics

General Notices