{"title":"Store Form Object Reference","slug":"store-form-object-reference","url":"https://support.storeconnect.com/articles/store-form-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-form-object-reference.md","subtitle":null,"summary":"Represents the status of a form by store.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Store Form, s_c__Store_Form__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nRepresents the status of a form by store.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Store_Form__c` |\n| **Label** | Store Form |\n| **Plural Label** | Store Forms |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Enable/disable form on the associated store. |\n| Form | `s_c__Form_Id__c` | Lookup ([s_c__Form__c](form-object-reference)) | No | The form associated to this store. |\n| 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. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The store associated to this form. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Form_Id__c` | Lookup | [s_c__Form__c](form-object-reference) | Store_Form_Form |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Store_Form_Store |"}