deploymentsBundleInstallation
Tracks bundle installations during deployments, helping to manage software packages and configuration updates in the system.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference each deployment. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now live. | |
| loglevel | String | Specifies the level of detail for logging information during the deployment, such as 'Debug', 'Info', 'Warning', or 'Error'. | |
| oldrecordtype | String | The type of record that existed prior to the deployment, used to track any changes or updates made. | |
| owner | String | The individual or system that owns or is responsible for managing the deployment process. | |
| primarykey | String | The primary key for identifying the specific record in the deployment process, ensuring uniqueness. | |
| scriptid | String | The unique identifier for the script associated with the deployment, often used for automation and execution purposes. | |
| seqnum | Double | A sequence number used to order deployments or tasks, ensuring they are processed in the correct sequence. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', or 'Completed'. | |
| title | String | The title or name of the deployment, used to describe or categorize it for easier identification. |