bundleinstallationscript
Logs scripts used for deploying software bundles and system configurations in NetSuite.
Columns
| Name | Type | References | Description |
| afterinstallfunction | String | The function executed after the script installation process is completed. | |
| afterupdatefunction | String | The function executed after the script is updated to a new version. | |
| beforeinstallfunction | String | The function executed before the script installation process begins. | |
| beforeuninstallfunction | String | The function executed before the script is uninstalled from the system. | |
| beforeupdatefunction | String | The function executed before the script is updated to a new version. | |
| description | String | A brief summary or details about the script and its functionality. | |
| externalid | String | A unique identifier used for integration with external systems or data imports. | |
| isinactive | Boolean | Indicates whether this script record is inactive and no longer in use. | |
| name | String | The name assigned to this script for identification purposes. | |
| notifyadmins | Boolean | Indicates whether administrators should receive notifications about script events. | |
| notifyemails | String | A list of email addresses to notify about script-related events, separated by commas. | |
| notifyowner | Boolean | Indicates whether the script owner should receive notifications about script events. | |
| owner | String | The user or entity responsible for managing and maintaining this script. | |
| scriptfile | String | The file that contains the script’s source code. | |
| scriptid | String | The unique script identifier used within the system. | |
| scripttype | String | The type of script, such as User Event, Scheduled, or Client Script. |