Share via


LedgerJournalTransExtensionTH::findByLedgerJournalTrans Method

Finds the specified record in the LedgerJournalTransExtensionTH table, based on the record ID of the LedgerJournalTrans table.

Syntax

server public static LedgerJournalTransExtensionTH findByLedgerJournalTrans(LedgerJournalTransRefRecId _ledgerJournalTransRecId, [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: LedgerJournalTransExtensionTH Table
The specified record in the LedgerJournalTransExtensionTH table if it is found; otherwise, an empty record.

See Also

Reference

LedgerJournalTransExtensionTH Table