Transitioning from SuiteScript 1.0 to SuiteScript 2.1

SuiteScript 2.1 is now the standard scripting version. You must use SuiteScript 2.1 for all new and existing customizations. Support for SuiteScript 1.0 scripts will only cover critical issues. Other problems will require you to convert scripts to 2.1 first. For more information, see Transitioning To SuiteScript 2.1.

When you convert a SuiteScript 1.0 script, you must review the script type, entry points, and APIs used. SuiteScript 2.1 uses a modular architecture, so you must replace SuiteScript 1.0 global functions with the appropriate SuiteScript 2.1 modules and methods. You might also need to define dependencies, revise searches and record operations, and test the script in each supported execution context. Some SuiteScript 1.0 functions do not have a direct SuiteScript 2.1 equivalent and might require a different implementation.

See the following help topics for guidance on transitioning your scripts from SuiteScript 1.0 to SuiteScript 2.1:

General Notices