SuiteScript 2.x API Introduction
The following help topics show how to write scripts using the SuiteScript 2.x API:
-
SuiteScript 2.x Hello World – To help you understand how SuiteScript 2.x works, this topic walks you through how to set up a basic customization.
-
SuiteScript 2.x Script Basics – Some components are common to all SuiteScript 2.x scripts. This topic covers a few of them.
-
SuiteScript 2.x Anatomy of a Script – All SuiteScript 2.x entry point scripts follow the same basic structure. This topic explains that structure.
-
SuiteScript 2.x Script Creation Process – You can create a SuiteScript 2.x script by following a simple process flow. This topic explains the steps.
-
SuiteScript 2.x Advantages – SuiteScript 2.x is a complete redesign of the SuiteScript model from 1.0. This topic covers some of the advantages of SuiteScript 2.x over 1.0.
-
SuiteScript 2.x Terminology – Some terms are defined differently in SuiteScript 2.0 and 2.1. This topic lists and explains these terms.
-
SuiteScript 2.x Developer Resources – There are several resources to help you use SuiteScript 2.x. This topic lists both internal and external resources, plus help topics for developing SuiteScripts.
-
SuiteScript Reserved Words – SuiteScript has some reserved words you can't use as variable or function names. This topic explains what they are.
-
SuiteScript Versioning Guidelines – This topic explains the SuiteScript versioning system.
Related Topics
- SuiteScript 2.x
- SuiteScript 2.1
- SuiteScript 2.x Analytic APIs
- SuiteScript 2.x Script Types
- SuiteScript 2.x Record Actions and Macros
- SuiteScript 2.x JSDoc Validation
- SuiteScript 2.x Entry Point Script Creation and Deployment
- SuiteScript 2.x Custom Modules
- SuiteScript 2.x Scripting Records and Subrecords
- SuiteScript 2.x Custom Pages
- Transitioning from SuiteScript 1.0 to SuiteScript 2.x