ItemGroup
Defines groupings of items, including shared attributes and member details, to simplify product categorization.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the ItemGroup record. |
| Id | String | The unique identifier for the item group. |
| Name | String | The name of the item group. |
| Description | String | A description of the item group. |
| Grouptype | String | The type of the item group (for example, product, service). |
| Whencreated | Datetime | The timestamp when the item group was created. |
| Whenmodified | Datetime | The timestamp when the item group was last modified. |
| Createdby | Int64 | The identifier of the user who created the item group. |
| Modifiedby | Int64 | The identifier of the user who last modified the item group. |
| Megaentitykey | Int64 | The unique key for the mega entity associated with the item group. |
| Megaentityid | String | The unique identifier for the mega entity associated with the item group. |
| Megaentityname | String | The name of the mega entity associated with the item group. |
| Record_url | String | The URL for accessing the item group record. |