LedgerJournalTrans::findByReverse Method
Finds the specified record in the LedgerJournalTrans table by using the reverse reference.
Syntax
server public static LedgerJournalTrans findByReverse(RecId _reverseRecID, [boolean _forUpdate])
Run On
Server
Parameters
- _reverseRecID
Type: RecId Extended Data Type
The reverse reference record ID of the LedgerJournalTrans record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: LedgerJournalTrans Table
A record from the LedgerJournalTrans table; otherwise, an empty record.