ContentPreferences
Captures user-defined content consumption preferences such as language, content format, or topic interests, to support personalized delivery experiences.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the content preference record. This is used as the primary key in the database. |
| Content Preference Type | String | True |
Specifies the record subtype of the content preference using the Veeva object type field (object_type__v), which helps categorize different kinds of preferences. |
| Global ID | String | True |
Globally unique identifier assigned by the system (global_id__sys) to ensure consistency across vaults or integrations. |
| Link | String | False |
System-managed hyperlink (link__sys) to the Vault UI representation of the content preference record. |
| Name | String | True |
Descriptive title or label for the content preference (name__v), commonly used for user-facing identification. |
| Status | String | False |
Current lifecycle status of the content preference record (status__v), such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or ID of the user who initially created the content preference record (created_by__v). |
| Created Date | Datetime | True |
Timestamp indicating when the content preference was first created in the system (created_date__v). |
| Last Modified By | String | True |
Username or ID of the user who most recently updated the content preference record (modified_by__v). |
| Last Modified Date | Datetime | True |
Timestamp of the last modification made to the content preference record (modified_date__v). |
| External Id | String | False |
External system reference ID (external_id__v) used to map this record to data outside of Veeva Vault. |
| Label | String | False |
Optional user-defined label (label__v) to provide a friendly name or additional classification for the content preference. |
| Mobile ID | String | False |
Identifier used by mobile clients (mobile_id__v) to sync and track the content preference across offline and online states. |
| Legacy CRM Id | String | False |
Identifier carried over from legacy Customer Relationship Management (CRM) systems (legacy_crm_id__v), useful for migration and historical reference. |
| CLM Presentation | String | False |
Reference to the associated Closed Loop Marketing (CLM) presentation (clm_presentation__v) that this content preference applies to. |
| Owner | String | False |
Vault user or group ID (ownerid__v) responsible for managing or maintaining the content preference record. |