************************ Script Fragment Question ************************ The **Script_Fragment_Question__c** object type represents an enumeration (a many-to-many relationship) of Questions that my be queried to the end user on a given Script Fragment. .. include:: includes/access-rules.rst Fields ====== .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Label - Field Name - Details * - Fragment Question ID - Name - | **Type** | Auto Number | | **Display Format** | {000000000} | | **Properties** | Create, Filter, Sort | | **Description** | Script Fragment Questions sequential number (not the unique, system-generated ID assigned during creation). * - 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. * - Question Definition - Question_Definition__c - | **Type** | Lookup(Script Question Definition) | | **Properties** | Create, Filter, Group, Sort, Update | | **Description** | A reference of the Script Question Definiton that is being used on Fragment it belongs to. * - Question Text - Question_Text__c - | **Type** | Formula (Text) | | **Properties** | None | | **Description** | Retrieves data from Question_Definition__c.Text__c. * - Question Type - Question_Type__c - | **Type** | Formula (Text) | | **Properties** | None | | **Description** | Retrieves data from Question_Definition__c.Type__c. * - Required - Required__c - | **Type** | Checkbox | | **Properties** | Create, Filter, Nillable, Update | | **Description** | Describes when an Answer to a Question is required on the Script Fragment it belongs to. * - Script Fragment - Script_Fragment__c - | **Type** | Master-Detail(Script Fragment) | | **Properties** | Create, Filter, Group, Sort | | **Description** | ID of the Script Fragment it belongs to. .. 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.