ContractTypes
Create, update, delete, and query the ContractTypes module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique idenifier of the contract type. |
| Name | String | False |
The contract type name. |
| List_Order | Int | False |
The relative order in the drop-down list. |
| Date_Entered | Datetime | False |
Date the record was created. |
| Date_Modified | Datetime | False |
Date the record was last modified. |
| Modified_User_Id | String | False |
The Id of the user who last modified the record. |
| Created_By | String | False |
The Id of the user who created the record. |
| Deleted | Bool | False |
Record deletion indicator. |