ProductCategories
Create, update, delete, and query the ProductCategories module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the product category. |
| Deleted | Bool | False |
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. |
| Modified_By_Name | String | False |
Username of the user who last modified the record. |
| Created_By | String | False |
The Id of the user who created the record. |
| Created_By_Name | String | False |
The username of the user who created the record. |
| Name | String | False |
Name of the product category. |
| List_Order | Int | False |
The relative order in the drop-down list. |
| Description | String | False |
Full description of the category. |
| Assigned_User_Id | String | False |
The Id of the user who owns the product category. |
| Parent_Id | String | False |
Parent category of this item; used for multitiered categorization. |
| Parent_Name | String | False |
The name of the parent category. |
| Type | String | False |
The type of the product category. |