TaxData::findFormType_IN Method
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.