ApplicationLabels
Stores localized label definitions used across the application interface. Each record represents a distinct label that supports multilingual display of UI elements within Veeva Vault applications.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the application label record, typically auto-generated by the system. |
| Application Label Type | String | True |
Specifies the type of object the label is associated with, as defined by the Veeva object_type__v field. |
| Global ID | String | True |
System-generated global identifier used to uniquely identify this record across environments. |
| Link | String | False |
System-defined link or URL pointing to the detail page of the record within Vault. |
| Application Label Name | String | True |
Human-readable name assigned to the application label for display purposes. |
| Status | String | False |
Current lifecycle status of the label, indicating whether it is active, inactive, or archived. |
| Created By | String | True |
Username or system identifier of the user who initially created the record. |
| Created Date | Datetime | True |
Timestamp indicating when the record was first created in the system. |
| Last Modified By | String | True |
Username or identifier of the user who last updated the record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update to the record's data. |
| Component Name | String | False |
Name of the Vault component to which the label applies, such as a tab or page layout. |
| External ID | String | False |
Optional external system reference used to map this label to data from outside Vault. |
| Field Name | String | False |
API name of the Vault field that the label is associated with or overrides. |
| Is Medical | Bool | False |
Boolean flag indicating whether the label is related to medical content or processes. |
| Label | String | False |
The localized or user-facing text displayed in the Vault UI for the associated field or component. |
| Object API Name | String | False |
API name of the Vault object that owns the label, used for programmatic access. |
| Record Type Name | String | False |
Name of the record type the label is targeting, allowing for label customization based on record type. |
| Target Record Type ID | String | False |
System identifier for the specific record type that the label is intended to override or extend. |
| Original Message | String | False |
Original message or label text before any customization was applied. |
| Replacement Message | String | False |
Custom message or text that replaces the original label in the UI. |
| Owner | String | False |
Identifier of the user or group designated as the record owner within Vault. |
| Legacy CRM Id | String | False |
Identifier from the legacy Customer Relationship Management (CRM) system, if the label was migrated or synchronized from external data sources. |
| Language | String | False |
Language code indicating the locale for which this label is defined, such as en_US or fr_FR. |