*************** Script Fragment *************** The **Script_Fragment__c** object type represents a group of Questions that may happen together on a Script Definition. In other words, it represents a single step (or page) on the Script execution flow. .. include:: includes/access-rules.rst Fields ====== .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Label - Field Name - Details * - Allows Undo - Allows_Undo__c - | **Type** | Checkbox | | **Properties** | Create, Filter, Nillable, Update | | **Description** | Describes when a Script Fragment is able to be undone on a Script Execution. * - Description - Description__c - | **Type** | Long Text Area(32768) | | **Properties** | Create, Nillable, Update | | **Description** | Description of the Script Fragment for administration purposes. Not used by Jarvis Script Engine. * - External ID - External_ID__c - | **Type** | Text(100) (External ID) (Unique Case Sensitive) | | **Properties** | Create, Filter, Sort | | **Description** | External Identifier of a Script Fragment. Automatically set equals to Name__c, when set to NULL. * - Name - Name__c - | **Type** | Text(100) (NOT NULL) | | **Properties** | Create, Filter, Group, Sort, Update | | **Description** | Script Fragment Name (Unique Identifier). * - Parent Script Fragment - Parent_Script_Fragment__c - | **Type** | Lookup(Script Fragment) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | A reference of the Parent Script Fragment, when applies. * - Script Definition - Script_Definition__c - | **Type** | Master-Detail(Script Definition) | | **Properties** | Create, Filter, Group, Sort | | **Description** | ID of the Script Definition it belongs to. * - Script Fragment ID - Name - | **Type** | Auto Number | | **Display Format** | {000000000} | | **Properties** | Create, Filter, Sort | | **Description** | Script Fragment sequential number (not the unique, system-generated ID assigned during creation). * - Sequence - Sequence__c - | **Type** | Number(18, 0) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Sequence number (configured by Administrators) that defines the order of Script Fragments evaluation. .. 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.