DCRFieldTypes
Catalogs the different types of fields that can be changed via Data Change Requests (DCRs), enabling validation, formatting, and appropriate handling based on field type.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the DCR Field Type record within the system. This is typically assigned automatically by the platform. |
| Global ID | String | True |
Globally unique system-generated identifier used for cross-system data consistency and traceability. |
| Link | String | False |
System-generated hyperlink reference to the full record in the Veeva Vault user interface. |
| DCR Field Type ID | String | True |
Internal identifier for the DCR (Data Change Request) Field Type, typically based on the name__v field used in Vault. |
| Status | String | False |
Current lifecycle state of the DCR Field Type, such as Active, Inactive, or Archived. |
| Created By | String | True |
User ID of the person who initially created the DCR Field Type record. |
| Created Date | Datetime | True |
Timestamp indicating when the DCR Field Type record was originally created in the system. |
| Last Modified By | String | True |
User ID of the person who last updated the DCR Field Type record. |
| Last Modified Date | Datetime | True |
Timestamp showing the most recent modification date and time of the DCR Field Type record. |
| Country | String | False |
Indicates the country to which the DCR Field Type applies, useful for region-specific configurations or validations. |
| External ID | String | False |
Unique identifier assigned to this field type by an external system for synchronization or integration purposes. |
| Field API Name | String | False |
API-accessible name of the field, used in programmatic queries, integrations, and data mappings. |
| Field Type | String | False |
Specifies the data type or structure of the field, such as text, number, date, picklist, or boolean. |
| Object API Name | String | False |
API name of the Vault object to which this field type belongs, used in integrations and configuration scripts. |
| Profile | String | False |
Reference to the profile ID associated with this DCR Field Type, indicating access control and visibility rules. |
| Profile Name | String | False |
Human-readable name of the profile associated with this field type, providing clarity for user access assignments. |
| Record Type | String | False |
Specifies the record type associated with this DCR Field Type, supporting differentiated behavior or layout. |
| Unique Key | String | False |
Composite key or unique identifier used to ensure no duplicate DCR Field Type records exist within the same context. |
| Owner | String | False |
User or group identifier that owns or is responsible for the DCR Field Type record in Vault. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management (CRM) system, retained for backward compatibility or migration tracking. |