ItemTaxGroup
Stores tax group information for items, including applicable tax codes, rates, and classifications.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
The unique name that identifies the item tax group. |
| Recordno | Int64 | False |
A unique identifier for the ItemTaxGroup record. |
| Grouptype | String | False |
The type of group (e.g., sales tax, service tax) associated with the item tax group. |
| Whencreated | Datetime | False |
The timestamp when the item tax group was created. |
| Whenmodified | Datetime | False |
The timestamp when the item tax group was last modified. |
| Createdby | Int64 | False |
The identifier of the user who created the item tax group. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the item tax group. |
| Megaentitykey | Int64 | False |
The key for the mega entity associated with the item tax group. |
| Megaentityid | String | False |
The unique identifier of the mega entity associated with the item tax group. |
| Megaentityname | String | False |
The name of the mega entity associated with the item tax group. |
| Record_url | String | False |
The URL for accessing the item tax group record. |