{"title":"Form Object Reference","slug":"form-object-reference","url":"https://support.storeconnect.com/articles/form-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-object-reference.md","subtitle":null,"summary":"Forms represent the type of arbitrary information to be collected from a customer.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Form, s_c__Form__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nForms represent the type of arbitrary information to be collected from a customer.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Form__c` |\n| **Label** | Form |\n| **Plural Label** | Forms |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Conditions | `s_c__Conditions__c` | LongTextArea(1024) | No | The conditions under which the form should be shown. |\n| Display Mode | `s_c__Display_Mode__c` | Picklist | No | The display mode of the form. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The preferred form name to show on the form. If empty, Name will be shown instead. |\n| Identifier | `s_c__Identifier__c` | Text(255) | No | A globally unique identifier for this form. |\n| Record Type Name | `s_c__Record_Type_Name__c` | Text(50) | No | For internal use only. |\n| Success (Markdown) | `s_c__Success_Markdown__c` | LongTextArea(131072) | No | The content to be presented to the customer when a CustomForm is submitted successfully. |\n| Success Page | `s_c__Success_Page_Id__c` | Lookup ([s_c__Page__c](page-object-reference)) | No | The page to be displayed when the CustomForm is submitted successfully. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Success_Page_Id__c` | Lookup | [s_c__Page__c](page-object-reference) | Form_Success_Page |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Form** (`s_c__Form__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Form_Question__c](form-question-object-reference) | `s_c__Form_Id__c` | Lookup | Form_Question_Form | — |\n| [s_c__Form_Submission__c](form-submission-object-reference) | `s_c__Form_Id__c` | Lookup | Form_Submission_Form | — |\n| [s_c__Product_Form__c](product-form-object-reference) | `s_c__Form_Id__c` | Lookup | Product_Form_Form | [Product2](product2-object-reference) |\n| [s_c__Store_Form__c](store-form-object-reference) | `s_c__Form_Id__c` | Lookup | Store_Form_Form | [s_c__Store__c](store-object-reference) |"}