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.
Finds the specified record in the TaxData table.
Syntax
client server public static boolean findPercent_IN(
TaxCode _taxCode,
TransDate _date,
TaxBase _base)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
The tax code is used to find record.
- _date
Type: TransDate Extended Data Type
The transaction date is used to find record.
- _base
Type: TaxBase Extended Data Type
The tax base is used to find record.
Return Value
Type: boolean
Returns true, if found record; otherwise, false.