scriptdeployment
Tracks deployment details for scripts across different environments or records.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The internal system ID of the script deployment, used to uniquely identify this deployment instance. | |
| allemployees | Boolean | If the value is 'true', the script is deployed and accessible to all employees regardless of role or department. | |
| allpartners | Boolean | If the value is 'true', the script is deployed and accessible to all partner records. | |
| allroles | Boolean | If the value is 'true', the script is accessible to all user roles without restriction. | |
| auddepartment | String | The specific department for which this script deployment is visible or accessible. | |
| audemployee | String | The specific employee to whom the script deployment is assigned or restricted. | |
| audgroup | String | The employee group that has permission to access or execute the script. | |
| audpartner | String | The partner to whom this script deployment applies, if restricted to a specific partner. | |
| audslctrole | String | The user role selected for this deployment, restricting access to users with this role. | |
| audsubsidiary | String | The subsidiary to which the script deployment is scoped, if NetSuite OneWorld is enabled. | |
| externalid | String | An optional external identifier used to reference the deployment in integrations or custom workflows. | |
| externalurl | String | The external Uniform Resource Locator (URL) at which this script can be accessed, if applicable to Suitelet or RESTlet scripts. | |
| isdeployed | Boolean | If the value is 'true', the script is currently deployed and active in the environment. | |
| isonline | Boolean | If the value is 'true', the script is accessible via public link or external systems, depending on script type. | |
| loglevel | String | The logging level set for the deployment, such as DEBUG or ERROR, which determines the verbosity of logs generated during execution. | |
| recurrenceminutes | String | The interval, in minutes, at which the script runs if it is scheduled with a recurring frequency. | |
| script | String | The internal reference to the script being deployed, linking this deployment to a script record. | |
| scriptid | String | The unique identifier assigned to the script deployment, used in scripting and Application Programming Interface (API) references. | |
| starttime | String | The start time configured for the script execution, relevant for scheduled or timed deployments. | |
| status | String | The current status of the script deployment, such as Not Scheduled, Scheduled, or Processing. | |
| title | String | The title of the deployment, which appears in the User Interface (UI) and helps identify the purpose of this script deployment. | |
| url | String | The internal URL where this script deployment is available, typically used for Suitelets or RESTlets. |