TaxWorkRegulation::existForTaxCodeAndDirection Method
Indicates whether a tax adjustment records exists for the transaction, the tax code, and the tax direction.
Syntax
client server public static boolean existForTaxCodeAndDirection(
TableId _headingTableId,
RecId _headingRecId,
TaxCode _taxCode,
TaxDirection _taxDirection)
Run On
Called
Parameters
- _headingTableId
Type: TableId Extended Data Type
The table ID of the parent.
- _headingRecId
Type: RecId Extended Data Type
The record ID of the parent.
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _taxDirection
Type: TaxDirection Enumeration
The direction of the tax.
Return Value
Type: boolean
true if the tax adjustment exists; otherwise, false.