deploymentsUserEvent
Contains information on user events triggered during deployments, enabling event-driven processes and custom user interaction during deployments.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment instance within the system. | |
| eventtype | String | The type of event related to the deployment, such as 'Creation', 'Update', 'Delete', or any other event triggered during the deployment process. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now active within the system. | |
| istask | String | Describes the specific task associated with the deployment, such as 'Initialization', 'Execution', or another task related to the deployment process. | |
| loglevel | String | The level of detail for logging during the deployment, including options like 'Debug', 'Info', 'Warning', or 'Error' to control the verbosity of logs. | |
| oldrecordtype | String | The record type that existed before the deployment, allowing tracking and management of any changes made to records during deployment. | |
| owner | String | The individual, team, or system responsible for overseeing and managing the deployment, ensuring its execution and success. | |
| primarykey | String | The primary key used to uniquely identify each record in the deployment, ensuring data integrity and distinct identification. | |
| recordtype | String | The type of record the deployment applies to, used to categorize and associate the deployment with specific data or objects. | |
| scriptid | String | The unique identifier for the script associated with the deployment, typically used for automating deployment tasks and processes. | |
| seqnum | Double | A sequence number that indicates the order of deployment tasks or actions, ensuring tasks are executed in the correct sequence. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', 'Completed', or 'Failed', reflecting the deployment's progress. |