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.
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
- _paymId
Type: MCRPaymOrderId Extended Data Type
The record ID of the LedgerJournalTrans record to find.
- _paymMode
Type: PaymMode Extended Data Type
The record ID of the LedgerJournalTrans record to find.
- _paymReference
Type: PaymReference Extended Data Type
The record ID of the LedgerJournalTrans record to find.
- _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.