MCRRCTransBatchTable::findByBatchID Method
Finds and returns the refund check batch record with the specified refund check transaction batch ID.
Syntax
client server public static MCRRCTransBatchTable findByBatchID(MCRRCTransBatchID _mcrrcTransBatchID, [boolean _forUpdate])
Run On
Called
Parameters
- _mcrrcTransBatchID
Type: MCRRCTransBatchID Extended Data Type
The refund check transaction batch ID to use to find the refund batch record.
- _forUpdate
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 specified refund check transaction batch ID.