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