s_c__Form_Answer__c Object Reference
Name | s_c__Form_Answer__c |
---|---|
Type | Custom StoreConnect Object |
Description | Represents an answer submitted for a question from a customer to collect arbitrary information in a form. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Answer__c | LongTextArea | No | No |
The value supplied by the customer for this answer. | |||
s_c__Data_Type__c | Text | No | No |
The data type for this submitted form answer. | |||
s_c__Editable__c | Checkbox(false) | No | No |
Determines whether this answer should be editable by the user. | |||
s_c__Form_Question_Id__c | Lookup (s_c__Form_Question__c) | No | No |
The form question submitted for this answer. | |||
s_c__Form_Submission_Id__c | Lookup (s_c__Form_Submission__c) | No | No |
The form submission associated with this answer. | |||
s_c__Question_Content__c | LongTextArea | No | No |
The form question presented to the customer for this answer. | |||
s_c__Stale__c | Checkbox(false) | No | No |
If True the user has created a new (i.e. edited) answer for the Form Question | |||
s_c__sC_Id__c | Text [External ID] | 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