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 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
- _ledgerJournalTransRecId
Type: LedgerJournalTransRefRecId Extended Data Type
The record ID of the LedgerJournalTrans record to find.
- _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.