***************** Script Definition ***************** The **Script__c** object type represents the Script root definition, and is considered the core of Jarvis Scripts Engine. .. include:: includes/access-rules.rst Fields ====== .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Label - Field Name - Details * - Description - Description__c - | **Type** | Long Text Area(32768) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - External ID - External_ID__c - | **Type** | Text(100) (External ID) (Unique Case Sensitive) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Final Agreement - Final_Agreement__c - | **Type** | Lookup(Script Agreement) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Initial Agreement - Initial_Agreement__c - | **Type** | Lookup(Script Agreement) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Name - Name__c - | **Type** | Text(100) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Public - Public__c - | **Type** | Checkbox | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Script ID - Name - | **Type** | Auto Number | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Status - Status__c - | **Type** | Picklist | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. * - Version - Version__c - | **Type** | Number(10, 0) | | **Properties** | Create, Filter, Group, Nillable, Sort, Update | | **Description** | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters. .. 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.