MCRRCSettlementTable::findByRecID Method
Finds and returns the refund check settlement record with the specified RecID.
Syntax
client server public static MCRRCSettlementTable findByRecID(RecId _recId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the settlement record to find.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRCSettlementTable Table
The settlement record of the specified record ID.