Cookie__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Active__c | Checkbox(true) | No | No | Defines whether the Cookie is active. Only active cookies will be referenced on the website. |
| Compliance_Group_Id__c | Lookup(Compliance_Group__c) | No | No | |
| Display_Name__c | Text | No | No | The name of the Cookie that will show on the website. If empty, Name will be shown instead. |
| Information_Markdown__c | LongTextArea | No | No | Information about the Cookie to be shown on the web store. |
| Position__c | Number(18, 0) | No | No | This defines the display order of the Cookies on the website. Lower numbers appear first. |
| Script_Block_Id__c | Lookup(Script_Block__c) | No | No | Defines the Script Block that is responsible for the Cookie. If the website user disables this cookie, the Script Block will not be included on the website. |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation