Location_Group__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Active__c | Checkbox(true) | No | No | If active this Location Group will be visible on its Store |
| Display_Name__c | Text | No | No | The name to show on the Store for this Location Group. If blank, Name will be used instead |
| Meta_Description__c | LongTextArea | No | No | The content that appears within the meta description tag in the HEAD tag of the page |
| Meta_Keywords__c | Text | No | No | Comma separated list of keywords to appear within the meta keywords tag in the HEAD tag of the page. |
| Meta_Title__c | Text | No | No | The content that appears within the meta title tag in the HEAD tag of the page |
| Path__c | Text | Yes | No | The path at which this Location Group can be found (unique per store) |
| Social_Image_Id__c | Lookup(Media__c) | No | No | The Image to show when the Group is shared on Social Media. |
| Store_Id__c | Lookup(Store__c) | Yes | No | The associated Store for this Location Group |
| Unique_Store_Path__c | Text | No | Yes | An internal field to ensure uniqueness |
For more information about how or when to use the above, see our documentation.
Back to Documentation