Share via


ProjJournalTrans::findByReverse Method

Finds the specified record in the ProjJournalTrans table by using the reverse reference.

Syntax

server public static ProjJournalTrans 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: ProjJournalTrans Table
A record from the ProjJournalTrans table; otherwise, an empty record.

See Also

Reference

ProjJournalTrans Table