VeevaMessages
Maintains internal and system-generated messages within Vault, including communication logs, alerts, and workflow notifications sent to users or system components.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the Veeva message record. |
| Global ID | String | True |
Globally unique system identifier used across Vault instances to track the message record. |
| Link | String | False |
Direct system-generated URL linking to the detailed view of the message in the Vault UI. |
| Message Name | String | False |
User-defined or system-generated name that identifies the message content. |
| Status | String | False |
Current lifecycle status of the message, such as Draft, Active, or Inactive. |
| Created By | String | True |
Identifier of the user who originally created the message record in the system. |
| Created Date | Datetime | True |
Timestamp indicating when the message was first created in the Vault. |
| Last Modified By | String | True |
Identifier of the user who last modified the message record. |
| Last Modified Date | Datetime | True |
Timestamp indicating the most recent update to the message. |
| Active | Bool | False |
Boolean flag that indicates whether the message is currently active and visible to users. |
| Category | String | False |
Classification or grouping of the message, often used to differentiate message types or business purposes. |
| Description | String | False |
Detailed narrative or explanation of the message content or purpose, as entered by the user. |
| External ID | String | False |
External system reference identifier, allowing integration with outside platforms or legacy systems. |
| Text | String | False |
The actual content or body of the message intended for display or communication purposes. |
| Type | String | False |
The functional classification of the message, such as notification, alert, or guidance text. |
| Owner | String | False |
User or group identifier responsible for managing or maintaining the message. |
| User Language | String | False |
Preferred language of the user for whom the message is intended, based on Vault language settings. |
| Legacy CRM Id | String | False |
Identifier used in older or integrated Customer Relationship Management (CRM) systems to reference this message record. |
| Message Language | String | False |
Language in which the message content is written, aligning with localization requirements. |
| User Language Code | String | True |
Standardized language code (such as EN, FR, ES) associated with the user's language preference. |