LedgerJournalTrans::mcrFindByPaymIdPaymModePaymRef Method

Given the payment id,payment mode and paym reference return a record in the LedgerJournalTrans table.

Syntax

client server public static LedgerJournalTrans mcrFindByPaymIdPaymModePaymRef(
    MCRPaymOrderId _paymId, 
    PaymMode _paymMode, 
    PaymReference _paymReference, 
    boolean _forUpdate)

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: LedgerJournalTrans Table
A record in the LedgerJournalTrans table; otherwise, an empty record.

See Also

Reference

LedgerJournalTrans Table