Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the TaxData table for the specified sales tax form type.
Syntax
client server public static TaxData findFormType_IN(
TaxCode _taxCode,
SalesTaxFormTypesRecId_IN _formType,
TransDate _date,
TaxBase _base)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
Tax code attached to tax
- _formType
Type: SalesTaxFormTypesRecId_IN Extended Data Type
Record id of SalesTaxFormTypes_IN which contains the required form type
- _date
Type: TransDate Extended Data Type
Transaction date.
- _base
Type: TaxBase Extended Data Type
The base amount for the tax
Return Value
Type: TaxData Table
A buffer containing TaxData table.