MetadataDefinitions
Stores definitions of metadata elements used throughout Vault CRM.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the metadata definition record, used to reference and track the definition in the system. |
| Metadata Definition Type | String | True |
The type of the metadata definition, indicating its role or purpose within the system, such as 'Field', 'Layout', or 'Object'. |
| Global ID | String | True |
A globally unique identifier for the metadata definition, ensuring consistent identification across systems or platforms. |
| Link | String | False |
A URL or hyperlink associated with the metadata definition, providing a connection to external resources or related systems. |
| Name | String | True |
The name or title of the metadata definition, used for easy identification and categorization within the system. |
| Status | String | False |
The current operational status of the metadata definition, such as 'Active', 'Inactive', or 'Draft', to indicate its lifecycle state. |
| Created By | String | True |
The individual or system that created the metadata definition, ensuring traceability and accountability for its creation. |
| Created Date | Datetime | True |
The date and time when the metadata definition was created, helping to track its origin and historical context. |
| Last Modified By | String | True |
The individual or system that last modified the metadata definition, ensuring accountability for any updates made. |
| Last Modified Date | Datetime | True |
The timestamp of the last modification made to the metadata definition, providing an audit trail of changes. |
| Layout ID | String | False |
A unique identifier for the layout associated with the metadata definition, used to reference the visual arrangement or configuration. |
| Layout Name | String | False |
The name of the layout, providing a human-readable label for the specific configuration or arrangement of elements. |
| Object Name | String | False |
The name of the object related to the metadata definition, such as 'Account', 'Contact', or 'Opportunity', indicating its primary context. |
| Record Type | String | False |
The record type associated with the metadata definition, specifying whether it applies to a specific record, object, or other entity in the system. |
| XML | String | False |
The XML representation of the metadata definition, containing the structure, elements, and attributes that define the layout and content. |
| Owner | String | False |
The individual or team responsible for maintaining and managing the metadata definition, ensuring its relevance and accuracy over time. |
| Legacy CRM Id | String | False |
The identifier used in the legacy CRM system to link this metadata definition to prior records, ensuring continuity and compatibility between systems. |