SuiteScript 2.x Client Script Entry Points and API
Script Entry Point |
Description |
---|---|
This is the function that runs when a user or client changes a field. |
|
This function runs when a line is set up, like when you select an existing line or add a new one. |
|
This function runs when the record enters a specific localization context, as set in the script deployment record. |
|
This function runs when the record exits that context. |
|
This function runs when the page finishes loading or the form is reset. |
|
This function runs when you change a field that gets its info from another field. Executes on transaction forms only. |
|
This function runs when you save a record, after you click submit but before the form is sent. |
|
This function runs after you add, remove, or edit a sublist. |
|
This function checks if it's okay to delete a line from an edit sublist. |
|
This function checks if a field change is valid when a user or client makes a change. |
|
This function checks if it's okay to add a new line to an edit sublist. |
|
This function checks if it's okay to add a new line to an inline editor sublist before it happens. |