Share via


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

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

See Also

Reference

MCRRCSettlementTable Table