SuiteScript 2.x Client Script Entry Points and API
Script Entry Point |
Description |
---|---|
Defines the function that is executed when a field is changed by a user or client call. |
|
Defines the function that is executed when a line is initialized. This can be when an existing line is selected, or when a new line is added (for example, to a transaction form). |
|
Defines the function that is executed when the record enters the localization context that is specified on the script deployment record. |
|
Defines the function that is executed when the record exits that context. |
|
Defines the function that is executed when the page completes loading or when the form is reset. |
|
Defines the function that is executed when a field that sources information from another field is modified. Executes on transaction forms only. |
|
Defines the function that is executed when a record is saved (after the submit button is pressed but before the form is submitted). |
|
Defines the function that is executed after a sublist has been inserted, removed, or edited. |
|
Defines the validation function that is executed when an existing line in an edit sublist is deleted. |
|
Defines the validation function that is executed when a field is changed by a user or client call. |
|
Defines the validation function that is executed when a sublist line is inserted into an edit sublist. |
|
Defines the validation function that is executed before a line is added to an inline editor sublist or editor sublist. |