deploymentsPortlet
Stores data about portlets used during deployments, aiding in the configuration and management of dynamic content in user interfaces.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment event. | |
| dashboardapp | Boolean | Indicates whether the deployment is associated with a Dashboard SuiteApp, used for visualizing data or managing the dashboard application. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is now active in the system. | |
| loglevel | String | The level of logging detail for the deployment, such as 'Debug', 'Info', 'Warning', or 'Error', which helps in debugging and monitoring. | |
| oldrecordtype | String | The previous record type before the deployment, used to track changes or modifications made to the records during deployment. | |
| owner | String | The individual or team responsible for managing and overseeing the deployment process and ensuring its success. | |
| primarykey | String | The primary key that uniquely identifies each record within the deployment, ensuring data integrity and uniqueness. | |
| scriptid | String | The unique identifier for the script associated with the deployment, typically used to automate tasks or actions within the system. | |
| seqnum | Double | A sequence number that helps maintain the order of the deployment or tasks, ensuring processes 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 state. | |
| title | String | The title or name of the deployment, used to describe the deployment for easier identification and categorization. |