Store_Form__c Object Reference
Field Definitions
Field Name | Type | Required | Unique | Description |
---|---|---|---|---|
Active__c | Checkbox(false) | No | No | Enable/disable form on the associated store. |
Form_Id__c | Lookup(Form__c) | No | No | The form associated to this store. |
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. |
Store_Id__c | Lookup(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