TaxGroup
Stores data about tax groups, detailing group names, codes, applicable tax rates, and configuration across entities.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
The unique name of the tax group. |
| Recordno | Int64 | False |
The unique identifier for the tax group record. |
| Grouptype | String | False |
The type of the tax group, indicating the classification or nature of the group. |
| Whencreated | Datetime | False |
The date and time when the tax group was created. |
| Whenmodified | Datetime | False |
The date and time when the tax group was last modified. |
| Createdby | Int64 | False |
The identifier of the user who created the tax group. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the tax group. |
| Megaentitykey | Int64 | False |
The unique identifier for the mega entity associated with the tax group. |
| Megaentityid | String | False |
The ID of the mega entity associated with the tax group. |
| Megaentityname | String | False |
The name of the mega entity associated with the tax group. |
| Record_url | String | False |
The URL for accessing the tax group record. |