Store Form Object Reference
On this page
Overview
Represents the status of a form by store.
| Property | Value |
|---|---|
| API Name | s_c__Store_Form__c |
| Label | Store Form |
| Plural Label | Store Forms |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Enable/disable form on the associated store. |
| Form | s_c__Form_Id__c |
Lookup (s_c__Form__c) | No | The form associated to this store. |
| Position | s_c__Position__c |
Number(18,0) | No | The position of the form by store. Lower numbers are shown first, records without a number are sorted alphabetically by name. |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | No | The store associated to this form. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Form_Id__c |
Lookup | s_c__Form__c | Store_Form_Form |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Store_Form_Store |