deploymentsMassUpdate
Contains information on mass updates performed during deployments, used for tracking bulk data changes across systems.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to reference and track each specific deployment instance. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is currently active in the system. | |
| istask | String | The task associated with the deployment, such as 'Initialization', 'Execution', or other deployment-related actions. | |
| loglevel | String | The level of logging detail for the deployment, which could include 'Debug', 'Info', 'Warning', or 'Error' to manage log verbosity. | |
| oldrecordtype | String | The type of record before the deployment process, used to track any changes or updates made to records. | |
| owner | String | The individual, team, or system responsible for managing the deployment and overseeing its execution. | |
| primarykey | String | The primary key that uniquely identifies each record in the deployment, ensuring data integrity and distinct identification. | |
| recordtype | String | The type of record to which the deployment applies, helping to categorize and associate the deployment with specific data types. | |
| scriptid | String | The unique identifier for the script linked to the deployment, used for automation and execution within the deployment process. | |
| seqnum | Double | A numerical sequence used to maintain the order of deployments or tasks when multiple actions are involved. | |
| status | String | The current status of the deployment, indicating its state such as 'Pending', 'In Progress', 'Completed', or 'Failed'. |