deploymentsSuitelet
Stores details about Suitelets used during deployments, which are custom UI pages built for specific business needs.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference each specific deployment instance within the system. | |
| eventtype | String | The type of event related to the deployment, such as 'Creation', 'Update', 'Delete', or other actions triggered during the deployment process. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now live or active within the system. | |
| loglevel | String | The level of detail for logging during the deployment, such as 'Debug', 'Info', 'Warning', or 'Error', controlling the verbosity of deployment logs. | |
| oldrecordtype | String | The previous record type before the deployment, helping track and manage changes made to records during the deployment process. | |
| owner | String | The individual, team, or system responsible for overseeing and managing the deployment, ensuring its proper execution. | |
| primarykey | String | The primary key that uniquely identifies each record in the deployment process, ensuring data integrity and distinct identification. | |
| scriptid | String | The unique identifier for the script associated with the deployment, often used to automate and execute tasks within the deployment. | |
| seqnum | Double | A sequence number used to order deployment tasks or actions, ensuring that they are executed in the correct sequence or order. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', 'Completed', or 'Failed', indicating the deployment's progress. | |
| title | String | The title or name of the deployment, used to categorize and describe the deployment for easier identification and reference. |