TaxClassifications
Lists tax classification attributes used for calculating and reporting tax obligations, enabling precise categorization.
Columns
Name | Type | Description |
LookupType [KEY] | String | The type of lookup used to categorize tax classifications, providing a context or grouping for the classification. |
LookupCode [KEY] | String | The unique code associated with the lookup type, identifying the specific classification within that type. |
Meaning [KEY] | String | The textual description or definition of the tax classification, explaining its significance or application. |
StartDateActive | Date | The date when the tax classification becomes active and applicable for use in the system. |
EndDateActive | Date | The date when the tax classification is no longer active or valid, marking the end of its applicability. |
SetId [KEY] | Long | The unique identifier of the set to which the tax classification belongs, often used to group related classifications. |
BLookupCode | String | An additional lookup code used in conjunction with the main classification code to further categorize the classification. |
BLookupType | String | An additional lookup type that categorizes the classification with further specification or granularity. |
BOrgId | Long | The organization identifier associated with the tax classification, indicating the business or legal entity linked to it. |
BTrxDate | Date | The transaction date when the tax classification was used or updated in the system. |
ClassificationCode | String | The unique identifier code for the tax classification, used to reference it within the system. |
ClassificationName | String | The name or title of the tax classification, used for easier identification and search. |
Finder | String | A reference field used to assist in searching and filtering tax classifications based on specific criteria. |
SearchTerm | String | A term used to search for or identify tax classifications within the system, allowing for more refined querying. |