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

  • _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.

See Also

Reference

LedgerJournalTrans Table