Share via


MCRRCSettlementTable::findByCustPaymRecID Method

Finds the record by customer payment record ID.

Syntax

client server public static MCRRCSettlementTable findByCustPaymRecID(RecId _custPaymRecID, [boolean _selectForUpdate])

Run On

Called

Parameters

  • _custPaymRecID
    Type: RecId Extended Data Type
    The customer payment record ID to use to find the associated settlement record.
  • _selectForUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: MCRRCSettlementTable Table
The settlement record associated with the specified customer payment record ID.

See Also

Reference

MCRRCSettlementTable Table