TX
TaxCategory
Represents a tax category. The head of a master-detail aggregate of a set of taxes. The class is used to define a set of taxes that can be applied to a document on data entry pages.
View API Entity: TaxCategory
/entity/Default/25.200.001/TaxCategory| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
Active API | bit | Active | - | |
Description:Indicates (if set to true) that the tax category is active. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime API | datetime | - | ||
Description:No description available | ||||
Descr API | nvarchar(60) | Description | - | |
Description:The description of the tax category, which can be specified by the user. | ||||
Exempt | bit | Exempt | - | |
Description:Indicates (if set to true) that this is exempt tax category . | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime API | datetime | - | ||
Description:No description available | ||||
NoteID | uniqueidentifier | - | ||
Description:No description available | ||||
TaxCatFlag API | bit | Exclude Listed Taxes | - | |
Description:"Exclude Listed Taxes" flag. Specifies how the taxes that are included in the category should be applied to the document line. "false": Only the taxes of the category that are intersected with the taxes of the tax zone should be applied to the document line. "true": All taxes of the tax zone except the taxes of the category should be applied to the document line. "false": Only the taxes of the category that are intersected with the taxes of the tax zone should be applied to the document line. "true": All taxes of the tax zone except the taxes of the category should be applied to the document line. | ||||
TaxCategoryID API | nvarchar(15) | Tax Category ID | - | |
Description:The tax category ID. This is the key field, which can be specified by the user. | ||||