UnsubscribeProducts
Maintains records of specific products from which users or customers have unsubscribed, ensuring compliance with opt-out preferences and reducing unwanted communications.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
System-generated unique identifier for the unsubscribe product record. This ID is used internally for reference and data integrity. |
| Unsubscribe Product Type | String | True |
Indicates the type or classification of the unsubscribe product, which helps categorize the record for business logic and reporting. |
| Global ID | String | True |
Immutable system-wide unique identifier assigned to the record. This is used for cross-system integration and synchronization. |
| Link | String | False |
System-generated hyperlink reference to the unsubscribe product record in Vault. This is useful for quick navigation in the UI. |
| Unsubscribe Product Name | String | False |
The name assigned to the unsubscribe product. This is typically user-facing and used in reports, UI listings, and search. |
| Status | String | False |
Current lifecycle status of the unsubscribe product, such as Draft, Approved, or Inactive. Drives business process rules and visibility. |
| Created By | String | True |
User who initially created the unsubscribe product record. Helps track data origin and ownership. |
| Created Date | Datetime | True |
Timestamp when the record was first created. Important for auditing and data lifecycle analysis. |
| Last Modified By | String | True |
User who most recently updated the unsubscribe product record. This is useful for traceability and collaboration. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update to the record. Supports auditing and time-based filtering. |
| Content Type Display Name | String | False |
Human-readable name of the content type associated with the unsubscribe product. Often used in UI views and filters. |
| Detail Group Display | String | False |
Display label for the group or category of product details associated with the unsubscribe product. This is used for grouping in user interfaces. |
| Display Order | Decimal | False |
Numeric value indicating the order in which this product should appear in lists or reports. Lower numbers appear first. |
| Product Display | String | False |
Display-friendly version of the associated product name. This is useful for presentation in UI or reports where the full product context is needed. |
| Content Type | String | False |
Internal reference to the content type linked with this unsubscribe product. This is used for filtering, workflows, and business rules. |
| Detail Group | String | False |
Reference to the detail group the unsubscribe product belongs to. Supports categorization and business logic execution. |
| Product | String | False |
Identifier for the product that is being unsubscribed from. This links the unsubscribe action to a specific commercial product. |
| Unsubscribe | String | False |
Flag or reference indicating whether the product is unsubscribed. Typically used in filtering and communication suppression logic. |
| Owner | String | False |
User or group responsible for managing the unsubscribe product record. Determines access, responsibility, and notifications. |
| Legacy CRM Id | String | False |
Identifier from a legacy Customer Relationship Management (CRM) system, used for data migration or back-referencing older system records. |