Share via


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

  • _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.

See Also

Reference

MCRRCTransBatchTable Table