s_c__Form_Question__c Object Reference
Name | s_c__Form_Question__c |
---|---|
Type | Custom StoreConnect Object |
Description | Represents a question for a customer to answer to collect arbitrary information in a form. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Data_Type__c | Picklist | No | No |
The data type of the form answer. | |||
s_c__Default_Type__c | Picklist | No | No |
The type of default value to evaluate. | |||
s_c__Default_Value__c | LongTextArea | No | No |
The default value evaluated based on default type. | |||
s_c__Editable__c | Checkbox(false) | No | No |
Determines whether the answers to this Form Question should be editable by the user. | |||
s_c__Form_Id__c | Lookup (s_c__Form__c) | No | No |
The form associated to this question. | |||
s_c__Hidden__c | Checkbox(false) | No | No |
Determines whether the question should not be visible on the form. | |||
s_c__Picklist_Options__c | LongTextArea | No | No |
The list of options for a picklist or multi-picklist evaluated based on picklist type. | |||
s_c__Picklist_Type__c | Picklist | No | No |
The type of picklist options. | |||
s_c__Position__c | Number(18, 0) | No | No |
The position of this question on the form. Lower numbers are shown first, records without a number are sorted alphabetically by name. | |||
s_c__Question_Markdown__c | LongTextArea | No | No |
The question on the form to be presented to the customer. | |||
s_c__Required__c | Checkbox(false) | No | No |
Determines whether the question is required to proceed. | |||
s_c__Validation_Rules__c | LongTextArea | No | No |
Determines the criteria/conditions to be met on a question. |
For more information about how or when to use the above, see our documentation.
Back to Documentation