TaxTransExtensionTH::findByTaxTrans Method

Finds the specified record in the TaxTransExtensionTH table based on the record ID of the TaxTrans table.

Syntax

server public static TaxTransExtensionTH findByTaxTrans(TaxTransRecId _taxTransRecId, [boolean _forUpdate])

Run On

Server

Parameters

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

Return Value

Type: TaxTransExtensionTH Table
The specified record in the TaxTransExtensionTH table, if it can be found; otherwise, an empty record.

See Also

Reference

TaxTransExtensionTH Table