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 ProjJournalTrans table by using the reverse reference.
Syntax
server public static ProjJournalTrans findByReverse(RecId _reverseRecID, [boolean _forUpdate])
Run On
Server
Parameters
- _reverseRecID
Type: RecId Extended Data Type
The reverse reference record ID of the ProjJournalTrans record.
- _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.