ConsentLines
Captures individual records of user or stakeholder consent related to marketing or communication activities. Each entry reflects a specific consent instance tied to a user, including scope, method, and timestamp of consent.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the consent line record. This is typically used as the primary key within the table. |
| Consent Line Type | String | True |
Specifies the Vault object type for the consent line, allowing differentiation between record subtypes. |
| Global ID | String | True |
System-generated globally unique identifier for the record, used across integrated systems to ensure consistent referencing. |
| Link | String | False |
System-generated URL that provides a direct link to view the consent line record within the Veeva Vault interface. |
| Name | String | True |
Descriptive name of the consent line as defined by the user or system, which serves as a human-readable label. |
| Status | String | True |
Current status of the consent line, indicating if it is active, inactive, archived, or in another defined state. |
| Created By | String | True |
Username of the Vault user who originally created the consent line record. |
| Created Date | Datetime | True |
Timestamp indicating when the consent line record was first created. |
| Last Modified By | String | True |
Username of the Vault user who last modified the consent line record. |
| Last Modified Date | Datetime | True |
Timestamp showing the most recent modification date and time for the consent line record. |
| Content Type Display Name | String | False |
User-facing display name for the type of content associated with this consent line, such as Brochure, Video, or Slide Deck. |
| Detail Group Display Name | String | False |
Human-readable name representing the group of detailed information this consent line belongs to, often used in reporting or segmentation. |
| Display Order | Decimal | False |
Numeric value indicating the sequence in which the consent lines should appear in user interfaces or reports. |
| End Date | Date | False |
The date on which the consent associated with this line expires or becomes inactive. |
| Group By | String | False |
Field used to categorize or aggregate consent lines, often for reporting purposes or to support grouped display logic. |
| Product Display Name | String | False |
Descriptive name of the product associated with this consent line, visible to users and derived from the product metadata. |
| Start Date | Date | False |
The date on which the consent associated with this line becomes valid or active. |
| Sub Channel Description | String | False |
Detailed explanation of the sub-channel through which the consent content is delivered, such as Email, Web Portal, or Event Booth. |
| Sub Channel Display Name | String | False |
Readable name used to label the sub-channel associated with the consent line in user interfaces. |
| Sub Channel Key | String | False |
Unique identifier used internally to distinguish between different sub-channels linked to the consent line. |
| Consent Type | String | False |
Defines the type of consent being recorded, such as opt-in, opt-out, or informed consent, based on regulatory or organizational policies. |
| Content Type | String | False |
Internal reference to the content classification tied to the consent line, enabling tracking of what content consent was given for. |
| Detail Group | String | False |
Internal identifier for the group to which the detailed consent information belongs, used for back-end grouping and filtering. |
| Product | String | False |
Internal product reference used for associating the consent line with a specific pharmaceutical or commercial product. |
| Lifecycle | String | True |
Specifies the lifecycle associated with the record, which governs transitions, permissions, and behavior in Vault. |
| Lifecycle State | String | True |
Current state of the record within its lifecycle, such as Draft, In Review, or Approved. |
| Lifecycle State Stage ID | String | True |
System-level identifier indicating the stage of the lifecycle state, often used in automation or reporting. |
| Lifecycle Stage | String | True |
Label for the specific stage within the lifecycle, used to track record progression. |
| Legacy CRM Id | String | False |
Identifier carried over from a legacy Customer Relationship Management (CRM) system, retained for historical traceability and integration mapping. |