******************* Question Definition ******************* The **Question__c** object type represents a Question that can be queried to the end user anytime on a Script execution. As an independent structure, the mere existance of a Question Definition does not imply its use. Rather, a question is asked only when it is assigned into a Script definition (under Script Fragment). .. include:: includes/access-rules.rst Fields ====== .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Label - Field Name - Details * - Display Text - Display_Text__c - | **Type** | Rich Text Area(32768) | | **Properties** | Create, Nillable, Update | | **Description** | Description of the Question statements (Rich Text version). * - External ID - External_ID__c - | **Type** | Text(100) (External ID) (Unique Case Sensitive) | | **Properties** | Create, Filter, Sort | | **Description** | External Identifier of the Question. Automatically set equals to Name__c, when set to NULL. * - Help Text - Help_Text__c - | **Type** | Long Text Area(32768) | | **Properties** | Create, Nillable, Update | | **Description** | Help text to be shown, on user interface, closely to the Question Text. * - Name - Name__c - | **Type** | Text(100) (NOT NULL) (Unique Case Insensitive) | | **Properties** | Create, Filter, Group, Sort, Update | | **Description** | Question Name (Unique Identifier). * - Question ID - Name - | **Type** | Auto Number | | **Display Format** | {000000000} | | **Properties** | Create, Filter, Sort | | **Description** | Question sequential number (not the unique, system-generated ID assigned during creation). * - Text - Text__c - | **Type** | Text(255) | | **Properties** | Create, Nillable, Update | | **Description** | Description of the Question statements (Text only version). * - Type - Type__c - | **Type** | Picklist | | **Properties** | Create, Filter, Group, Sort, Update | | **Description** | Defines how it will be answered by the end users. | | **Domain** | None | Boolean | Checkbox | Radio | Text | TextArea .. include:: includes/usage.rst Associated Objects ================== This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later. AccountHistory (API version 11.0) History is available for tracked fields of the object.