TaxUncommittedExtensionTH::findByTaxUncommittedRecId Method
Finds the specified record according to the tax uncommitted transaction record ID.
Syntax
client server public static TaxUncommittedExtensionTH findByTaxUncommittedRecId(
RecId _taxUncommittedRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _taxUncommittedRecId
Type: RecId Extended Data Type
The given tax uncommitted transaction record ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use to read the record.
Return Value
Type: TaxUncommittedExtensionTH Table
The record of the TaxUncommittedTaxTrans_TH table.