{"title":"Compliance Group Object Reference","slug":"compliance-group-object-reference","url":"https://support.storeconnect.com/articles/compliance-group-object-reference","url_markdown":"https://support.storeconnect.com/articles/compliance-group-object-reference.md","subtitle":null,"summary":"Compliance Groups are part of our website privacy compliance features. They define different groups of Cookies, required to comply with for GDPR and other similar initiatives.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Compliance Group, s_c__Compliance_Group__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nCompliance Groups are part of our website privacy compliance features. They define different groups of Cookies, required to comply with for GDPR and other similar initiatives.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Compliance_Group__c` |\n| **Label** | Compliance Group |\n| **Plural Label** | Compliance Groups |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Defines whether the Compliance Group is active. Only active Compliance Groups will be shown on the website. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The name of the Compliance Group that will show on the website. If empty, Name will be shown instead. |\n| Information Content (Markdown) | `s_c__Information_Markdown__c` | LongTextArea(131072) | No | Information about the Compliance Group to be shown on the web store. |\n| Position | `s_c__Position__c` | Number(18,0) | No | This defines the display order of the Compliance Groups on the website. Lower numbers appear first. |\n| Required | `s_c__Required__c` | Checkbox | No | Defines whether or not this Compliance Group can be disabled by the website user. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes | The Store that the Compliance Group belongs to. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Compliance_Groups |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Compliance Group** (`s_c__Compliance_Group__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Cookie__c](cookie-object-reference) | `s_c__Compliance_Group_Id__c` | Lookup | Cookies | [s_c__Script_Block__c](script-block-object-reference) |"}