s_c__Tag__c Object Reference
Name | s_c__Tag__c |
---|---|
Type | Custom StoreConnect Object |
Description | Tags are a way to assign simple metadata to various objects |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The Store that this Tag belongs to. | |||
s_c__Type__c | Picklist | No | No |
Defines what type of Tag this is. In your theme you can use tag types to choose how to display items. | |||
s_c__Value__c | TextArea | No | No |
Defines the text that should be shown for this tag. |
For more information about how or when to use the above, see our documentation.
Back to Documentation