s_c__Store_Form__c Object Reference
Name | s_c__Store_Form__c |
---|---|
Type | Custom StoreConnect Object |
Description | Represents the status of a form by store. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Active__c | Checkbox(false) | No | No |
Enable/disable form on the associated store. | |||
s_c__Form_Id__c | Lookup (s_c__Form__c) | No | No |
The form associated to this store. | |||
s_c__Position__c | Number(18, 0) | No | No |
The position of the form by store. Lower numbers are shown first, records without a number are sorted alphabetically by name. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | No | No |
The store associated to this form. |
For more information about how or when to use the above, see our documentation.
Back to Documentation