Form_Question__c Object Reference
Field Definitions
Field Name | Type | Required | Unique | Description |
---|---|---|---|---|
Data_Type__c | Picklist | No | No | The data type of the form answer. |
Default_Type__c | Picklist | No | No | The type of default value to evaluate. |
Default_Value__c | LongTextArea | No | No | The default value evaluated based on default type. |
Editable__c | Checkbox(false) | No | No | Determines whether the answers to this Form Question should be editable by the user. |
Form_Id__c | Lookup(Form__c) | No | No | The form associated to this question. |
Hidden__c | Checkbox(false) | No | No | Determines whether the question should not be visible on the form. |
Picklist_Options__c | LongTextArea | No | No | The list of options for a picklist or multi-picklist evaluated based on picklist type. |
Picklist_Type__c | Picklist | No | No | The type of picklist options. |
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. |
Question_Markdown__c | LongTextArea | No | No | The question on the form to be presented to the customer. |
Required__c | Checkbox(false) | No | No | Determines whether the question is required to proceed. |
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