suitelet
Contains metadata about Suitelets, which are server-side scripts used to build custom UI pages and backend logic in NetSuite.
Columns
| Name | Type | References | Description |
| defaultfunction | String | The main function within the script that is executed by default. | |
| description | String | A brief explanation detailing the purpose or functionality of the script. | |
| externalid | String | An external identifier used to link this script to external systems or references. | |
| isinactive | Boolean | Specifies whether the script is currently inactive or disabled. | |
| name | String | The name assigned to the script for identification purposes. | |
| notifyadmins | Boolean | Specifies whether system administrators are notified of script activity or errors. | |
| notifyemails | String | A list of email addresses to notify regarding script execution or errors. | |
| notifygroup | String | The user group to notify when certain script actions occur. | |
| notifyowner | Boolean | Specifies whether the script owner is notified of script-related events. | |
| notifyuser | Boolean | Specifies whether the user executing the script receives notifications. | |
| owner | String | The individual or entity responsible for maintaining the script. | |
| scriptfile | String | The file location or name of the script being referenced. | |
| scriptid | String | A unique identifier assigned to the script within the system. | |
| scripttype | String | The category or type of script (for example, client script, server script, or user event). |