DataChangeRequestLines
Stores individual line items associated with a data change request, capturing specific field modifications proposed within a broader change request process in Veeva Vault.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the data change request line item. |
| Global ID | String | True |
Globally unique system identifier used to reference the record across systems and integrations. |
| Link | String | False |
System-generated link that provides direct access to the record in the Vault interface. |
| DCR Line ID | String | True |
Human-readable identifier for the data change request line item, often used for display or reference purposes. |
| Status | String | False |
Current lifecycle status of the data change request line item, such as Draft, In Review, Approved, or Rejected. |
| Created By | String | True |
Username or identifier of the user who initially created the record. |
| Created Date | Datetime | True |
Timestamp indicating when the data change request line item was originally created. |
| Last Modified By | String | True |
Username or identifier of the user who last modified the record. |
| Last Modified Date | Datetime | True |
Timestamp indicating the most recent modification to the data change request line item. |
| Error | String | False |
Error message or validation feedback related to the processing of the data change request, if applicable. |
| External Field API Name | String | False |
Name of the external system field being referenced, formatted using the external API's field naming convention. |
| Field API Name | String | False |
Internal API name of the Vault field being modified by the data change request. |
| Field Name | String | False |
Display label of the field targeted by the data change request, as shown in the Vault UI. |
| Final Value (Localized) | String | False |
Final value of the field after the data change request is completed, shown in localized display format. |
| Final Value | String | False |
Raw final value of the field after the data change is applied, used for programmatic access and comparison. |
| Mobile Created Datetime | Datetime | False |
Timestamp capturing when the line item was first created on a mobile device, if applicable. |
| Mobile ID | String | False |
Unique identifier generated by the mobile device that created the line item, used for syncing purposes. |
| Mobile Last Modified Datetime | Datetime | False |
Timestamp capturing the most recent modification to the line item made via a mobile device. |
| New Value (Localized) | String | False |
Proposed new value for the field, formatted for display using local conventions and language. |
| New Value | String | False |
Proposed raw new value for the field, entered by the requester and pending approval or processing. |
| Old Value (Localized) | String | False |
Previous value of the field before the data change, displayed using localized formatting. |
| Old Value | String | False |
Raw previous value of the field, used for audit and rollback purposes. |
| Resolution Note | String | False |
Optional explanatory note documenting how or why the data change request was resolved in a specific way. |
| Result | String | False |
Final outcome of the line item processing, such as Success, Failed, Skipped, or Not Applicable. |
| Data Change Request | String | False |
Reference to the parent data change request record that groups this line item with others. |
| Owner | String | False |
Identifier for the user or role currently responsible for managing or reviewing the line item. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to trace the original record or object prior to migration or integration. |