Form_Answer__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Answer__c | LongTextArea | No | No | The value supplied by the customer for this answer. |
| Data_Type__c | Text | No | No | The data type for this submitted form answer. |
| Editable__c | Checkbox(false) | No | No | Determines whether this answer should be editable by the user. |
| Form_Question_Id__c | Lookup(Form_Question__c) | No | No | The form question submitted for this answer. |
| Form_Submission_Id__c | Lookup(Form_Submission__c) | No | No | The form submission associated with this answer. |
| Question_Content__c | LongTextArea | No | No | The form question presented to the customer for this answer. |
| Stale__c | Checkbox(false) | No | No | If True the user has created a new (i.e. edited) answer for the Form Question |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation