Store Variable Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API Name | s_c__Store_Variable__c |
| Label | Store Variable |
| Plural Label | Store Variables |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Available in Liquid | s_c__Available_In_Liquid__c |
Checkbox | No | Set to true if this StoreVariable should be accessible to liquid code in the Store. |
| Key | s_c__Key__c |
Text(236) | Yes | The unique key for accessing this Store Variable |
| Store | s_c__Store_Id__c |
MasterDetail (s_c__Store__c) | No | The associated Store for this Store Variable |
| Unique Store Variable Key | s_c__Unique_Store_Variable_Key__c |
Text(255) | No | An internal field to ensure uniqueness |
| Value | s_c__Value__c |
Text(255) | No | The Value for this Store Variable |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Store_Id__c |
MasterDetail | s_c__Store__c | Store_Variables |