deploymentsScript
Tracks scripts involved in deployments, used for automating processes and customizing system behavior during deployment events.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference each specific deployment event in the system. | |
| concurrencylimit | String | The limit on the number of concurrent processes or tasks that can run during the deployment, ensuring optimized resource management. | |
| dashboardapp | Boolean | Indicates whether the deployment is associated with a Dashboard SuiteApp, which is used for visualizing and managing data on a dashboard interface. | |
| 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 active or live in the system. | |
| istask | String | The specific task associated with the deployment, used to describe the action or process, such as 'Initialization' or 'Execution'. | |
| loglevel | String | The level of detail for logging during the deployment, such as 'Debug', 'Info', 'Warning', or 'Error', to control the verbosity of deployment logs. | |
| oldrecordtype | String | The type of record before the deployment, helping track changes and updates to records in the system during deployment. | |
| owner | String | The individual, team, or system responsible for overseeing and managing the deployment process, ensuring its execution and success. | |
| primarykey | String | The primary key that uniquely identifies each record in the deployment, ensuring the integrity and distinct identification of data. | |
| processorpool | String | The pool of processors or computing resources allocated to handle the deployment tasks, optimizing the processing workload. | |
| queueid | String | The identifier for the deployment queue (deprecated), previously used for managing the order of deployment tasks. This is no longer in use. | |
| recordtype | String | The type of record that the deployment applies to, used for categorizing and associating the deployment with specific data types. | |
| scriptid | String | The unique identifier for the script associated with the deployment, which is typically used to automate deployment tasks. | |
| seqnum | Double | A sequence number indicating the order of deployment tasks or actions, ensuring tasks are executed in the correct order. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', 'Completed', or 'Failed', reflecting the deployment's progress. | |
| title | String | The title or name of the deployment, used for easier identification, categorization, and reference within the system. |