LedgerJournalTrans::mcrFindRefPaymId Method
Finds the reference payment ID pertaining to the passed payment record ID.
Syntax
server public static LedgerJournalTrans mcrFindRefPaymId(RecId _mcrRefPaymId, [boolean _forUpdate])
Run On
Server
Parameters
- _mcrRefPaymId
Type: RecId Extended Data Type
The record id of the referenced payment record.
- _forUpdate
Type: boolean
A boolean that determines whether to select the record for update.
Return Value
Type: LedgerJournalTrans Table
The LedgerJournalTrans record contianing the passed payment record ID.