scheduledscript
Stores metadata for scheduled scripts, which execute server-side logic at defined intervals.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal system ID for the scheduled script record, used for referencing and managing the script. | |
| defaultfunction | String | The default entry point function within the script that is executed when the script runs. | |
| description | String | A summary or explanation of the scheduled script’s purpose and functionality. | |
| externalid | String | An external identifier used for integrations or referencing the scheduled script outside of NetSuite. | |
| isinactive | Boolean | If the value is 'true', the scheduled script is inactive and will not be executed by the system scheduler. | |
| name | String | The user-defined name of the scheduled script, used to identify it in the NetSuite UI. | |
| notifyadmins | Boolean | If the value is 'true', administrators will receive notifications related to the script's execution status. | |
| notifyemails | String | A comma-separated list of email addresses to notify about the script’s execution results or errors. | |
| notifygroup | String | The internal ID of an employee group that should receive notifications regarding this script. | |
| notifyowner | Boolean | If the value is 'true', the script owner will be notified about execution results and errors. | |
| owner | String | The user or role that owns the scheduled script and is responsible for its maintenance. | |
| scriptfile | String | The file path to the script source file in the NetSuite File Cabinet. | |
| scriptid | String | The internal script ID used to reference the script in deployments or programmatically. | |
| scripttype | String | The type of script (such as scheduled, user event, or client), defining when and how it is triggered. |