Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _taxTransRecId
Type: TaxTransRecId Extended Data Type
The record ID of the TaxTrans record to find.
- _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.