{"title":"Form Submission Object Reference","slug":"form-submission-object-reference","url":"https://support.storeconnect.com/articles/form-submission-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-submission-object-reference.md","subtitle":null,"summary":"Represents the submission of a form to collate the answers to a question.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Form Submission, s_c__Form_Submission__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nRepresents the submission of a form to collate the answers to a question.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Form_Submission__c` |\n| **Label** | Form Submission |\n| **Plural Label** | Form Submissions |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The contact associated with this submitted form. |\n| Form | `s_c__Form_Id__c` | Lookup ([s_c__Form__c](form-object-reference)) | No | The form associated to this submission. |\n| Order | `s_c__Order_Id__c` | Lookup ([Order](order-object-reference)) | No | The order associated with this submitted form. |\n| Order Item | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The order item associated with this submitted form. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The store associated with this submitted form. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Form_Submission_Contact |\n| `s_c__Form_Id__c` | Lookup | [s_c__Form__c](form-object-reference) | Form_Submission_Form |\n| `s_c__Order_Id__c` | Lookup | [Order](order-object-reference) | Form_Submission_Order |\n| `s_c__Order_Item_Id__c` | Lookup | [OrderItem](orderitem-object-reference) | Form_Submission_Order_Item |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Form_Submissions |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Form Submission** (`s_c__Form_Submission__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_Answer__c](form-answer-object-reference) | `s_c__Form_Submission_Id__c` | Lookup | Form_Answer_Form_Submission | [s_c__Form_Question__c](form-question-object-reference) |"}