Next Steps in Learning SuiteScript 2.x
Now that you’ve deployed your first script, you might want to check out other topics in the SuiteScript 2.x API Introduction. Or, if you want to experiment with other script samples, try these:
-
Another commonly used script type is the user event type. This one’s for server scripts that run when users do certain things with records. To try a simple user event script, see SuiteScript 2.x User Event Script Tutorial.
-
For a slightly more complex user event script, check out SuiteScript 2.x User Event Script Sample.
-
For an example of a custom module script and a user event script that calls a custom module function, see SuiteScript 2.x Custom Module Tutorial.