Share via


TaxWorkRegulation::findByTaxCodeTaxDirection Method

Retrieves a tax adjustment record for the specified transaction, tax code, and tax direction.

Syntax

client server public static TaxWorkRegulation findByTaxCodeTaxDirection(
    TableId _headingTableId, 
    RecId _headingRecId, 
    TaxCode _taxCode, 
    TaxDirection _taxDirection, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for an update; optional.

Return Value

Type: TaxWorkRegulation Table
A TaxWorkRegulation record.

See Also

Reference

TaxWorkRegulation Table