MCRRCTransBatchTable::findOpenBatch Method
Finds and returns the an open batch record.
Syntax
client server public static MCRRCTransBatchTable findOpenBatch(
PaymMode _paymMode,
[boolean _forUpdate,
MCRClaimRefundCheck _mcrClaimRefundCheck])
Run On
Called
Parameters
- _paymMode
Type: PaymMode Extended Data Type
The payment mode of the batch record that should be found.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _mcrClaimRefundCheck
Type: MCRClaimRefundCheck Extended Data Type
The batch record found should have a MCRClaimRefundCheck set to the specified value.
Return Value
Type: MCRRCTransBatchTable Table
The batch record given the specified payment mode.