ModelUpdates
Represents updates to predictive models or configurations within Vault CRM.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the model update record, used to reference and track the update across systems. |
| Model Update Type | String | True |
The type or category of the model update, specifying the nature of the update, such as 'minor' or 'major'. |
| Global ID | String | True |
A globally unique identifier for the model update record, ensuring consistency and identification across multiple systems. |
| Link | String | False |
A URL or hyperlink associated with the model update record, used for linking to external resources or documentation related to the update. |
| Model Update Name | String | False |
The name given to the model update, typically a descriptive title used to identify the update. |
| Status | String | False |
The current status of the model update, such as 'Pending', 'In Progress', or 'Completed', indicating the stage of the update. |
| Created By | String | True |
The individual or system that created the model update record, providing accountability for its entry into the system. |
| Created Date | Datetime | True |
The date and time when the model update record was created, used for tracking the timeline of updates. |
| Last Modified By | String | True |
The individual or system that last modified the model update record, allowing traceability of changes. |
| Last Modified Date | Datetime | True |
The date and time when the model update record was last modified, ensuring an audit trail of all changes. |
| Share With | String | False |
A list of individuals or systems with whom the model update has been shared, ensuring proper access control and communication. |
| Model Update Status | String | False |
The specific status of the model update, indicating whether it is 'Active', 'Inactive', or another stage of completion. |
| URI | String | False |
The Uniform Resource Identifier (URI) associated with the model update, used to uniquely identify and access the update in the system. |
| Version DateTime | Datetime | False |
The date and time when the version of the model update was finalized or published, used to track the timing of versioning. |
| Owner | String | False |
The individual or entity responsible for the model update, ensuring accountability for maintenance and management. |
| Legacy CRM Id | String | False |
The identifier for the model update in the legacy CRM system, used for maintaining continuity between older and newer systems. |