deploymentsClient
Contains data on clients associated with deployments, used for client-specific tracking and management of deployment activities.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment event. | |
| eventtype | String | The type of event associated with the deployment, such as 'Creation', 'Update', or 'Delete'. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now live in the system. | |
| istask | String | The specific task associated with the deployment, which could include actions like 'Initialization' or 'Execution'. | |
| loglevel | String | The level of detail for logging during the deployment process, such as 'Info', 'Warning', or 'Error'. | |
| oldrecordtype | String | The previous record type before the deployment, used to track changes to records within the system. | |
| owner | String | The individual or system responsible for the management and oversight of the deployment. | |
| primarykey | String | The primary key that uniquely identifies a record within the deployment context, ensuring distinct identification. | |
| recordtype | String | The type of record the deployment applies to, used for categorization and classification of data. | |
| scriptid | String | The identifier of the script associated with the deployment, typically used for automated processes or tasks. | |
| seqnum | Double | A sequence number that represents the order of the deployment or tasks within a series of actions. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', or 'Completed'. |