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
- _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.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for an update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: TaxWorkRegulation Table
A TaxWorkRegulation record.