MCRRCTransBatchTable::findByLedgerJournalId Method
Finds and returns the refund check settlement record with the specified journal ID.
Syntax
client server public static MCRRCTransBatchTable findByLedgerJournalId(LedgerJournalId _ledgerJournalId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The ledger journal ID of the refund batch record that should be found.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRCTransBatchTable Table
The refund batch record with the LedgerJournalId specified.