Form Answer Object Reference
On this page
Overview
Represents an answer submitted for a question from a customer to collect arbitrary information in a form.
| Property | Value |
|---|---|
| API Name | s_c__Form_Answer__c |
| Label | Form Answer |
| Plural Label | Form Answers |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Answer | s_c__Answer__c |
LongTextArea(131072) | No | The value supplied by the customer for this answer. |
| Data Type | s_c__Data_Type__c |
Text(255) | No | The data type for this submitted form answer. |
| Editable | s_c__Editable__c |
Checkbox | No | Determines whether this answer should be editable by the user. |
| Form Question | s_c__Form_Question_Id__c |
Lookup (s_c__Form_Question__c) | No | The form question submitted for this answer. |
| Form Submission | s_c__Form_Submission_Id__c |
Lookup (s_c__Form_Submission__c) | No | The form submission associated with this answer. |
| Question (HTML) | s_c__Question_Content__c |
LongTextArea(131072) | No | The form question presented to the customer for this answer. |
| Stale | s_c__Stale__c |
Checkbox | No | If True the user has created a new (i.e. edited) answer for the Form Question |
| URL | s_c__URL__c |
Url | No | The URL of the file uploaded by the customer for this answer. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Form_Question_Id__c |
Lookup | s_c__Form_Question__c | Form_Answer_Form_Question |
s_c__Form_Submission_Id__c |
Lookup | s_c__Form_Submission__c | Form_Answer_Form_Submission |