********* Agreement ********* The **Agreement__c** object type represents an Agreement that the user may acceptor decline, before and/or after answering all questions, accordingly to the Script Definition. .. include:: includes/access-rules.rst Fields ====== .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Label - Field Name - Details * - Agreement ID - Name - | **Type** | Auto Number | | **Display Format** | {000000000} | | **Properties** | Create, Filter, Sort | | **Description** | Agreement sequential number (not the unique, system-generated ID assigned during creation). * - Display Text - Display_Text__c - | **Type** | Rich Text Area(32768) | | **Properties** | Create, Nillable, Update | | **Description** | Description of the Agreement 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 Agreement. 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** | Agreement Name (Unique Identifier). * - Text Value - Text_Value__c - | **Type** | Long Text Area(32768) | | **Properties** | Create, Nillable, Update | | **Description** | Description of the Agreement statements (Text only version). .. 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.