Location Group Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API Name | s_c__Location_Group__c |
| Label | Location Group |
| Plural Label | Location Groups |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | If active this Location Group will be visible on its Store |
| Display Name | s_c__Display_Name__c |
Text(255) | No | The name to show on the Store for this Location Group. If blank, Name will be used instead |
| Meta Description | s_c__Meta_Description__c |
LongTextArea(2500) | No | The content that appears within the meta description tag in the HEAD tag of the page |
| Meta Keywords | s_c__Meta_Keywords__c |
Text(255) | No | Comma separated list of keywords to appear within the meta keywords tag in the HEAD tag of the page. |
| Meta Title | s_c__Meta_Title__c |
Text(255) | No | The content that appears within the meta title tag in the HEAD tag of the page |
| Path | s_c__Path__c |
Text(236) | Yes | The path at which this Location Group can be found (unique per store) |
| Social Image | s_c__Social_Image_Id__c |
Lookup (s_c__Media__c) | No | The Image to show when the Group is shared on Social Media. |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | Yes | The associated Store for this Location Group |
| Unique Store Path | s_c__Unique_Store_Path__c |
Text(255) | No | An internal field to ensure uniqueness |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Social_Image_Id__c |
Lookup | s_c__Media__c | Location_Group_Social_Images |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Location_Groups |