{"title":"Form Answer Object Reference","slug":"form-answer-object-reference","url":"https://support.storeconnect.com/articles/form-answer-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-answer-object-reference.md","subtitle":null,"summary":"Represents an answer submitted for a question from a customer to collect arbitrary information in a form.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Form Answer, s_c__Form_Answer__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nRepresents an answer submitted for a question from a customer to collect arbitrary information in a form.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Form_Answer__c` |\n| **Label** | Form Answer |\n| **Plural Label** | Form Answers |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Answer | `s_c__Answer__c` | LongTextArea(131072) | No | The value supplied by the customer for this answer. |\n| Data Type | `s_c__Data_Type__c` | Text(255) | No | The data type for this submitted form answer. |\n| Editable | `s_c__Editable__c` | Checkbox | No | Determines whether this answer should be editable by the user. |\n| Form Question | `s_c__Form_Question_Id__c` | Lookup ([s_c__Form_Question__c](form-question-object-reference)) | No | The form question submitted for this answer. |\n| Form Submission | `s_c__Form_Submission_Id__c` | Lookup ([s_c__Form_Submission__c](form-submission-object-reference)) | No | The form submission associated with this answer. |\n| Question (HTML) | `s_c__Question_Content__c` | LongTextArea(131072) | No | The form question presented to the customer for this answer. |\n| Stale | `s_c__Stale__c` | Checkbox | No | If True the user has created a new (i.e. edited) answer for the Form Question |\n| URL | `s_c__URL__c` | Url | No | The URL of the file uploaded by the customer for this answer. |\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__Form_Question_Id__c` | Lookup | [s_c__Form_Question__c](form-question-object-reference) | Form_Answer_Form_Question |\n| `s_c__Form_Submission_Id__c` | Lookup | [s_c__Form_Submission__c](form-submission-object-reference) | Form_Answer_Form_Submission |"}