Share via


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

Return Value

Type: boolean
true if the tax adjustment exists; otherwise, false.

See Also

Reference

TaxWorkRegulation Table