Share via


MCRCustPaymTable::findOnAcct Method

Retrieves the customer payment record.

Syntax

client server public static MCRCustPaymTable findOnAcct(
    RecId _recId, 
    TableId _tableId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Boolean used to determine whether the MCRCustPaymTable should be selected for update; optional.

Return Value

Type: MCRCustPaymTable Table
The MCRCustPaymTable record found.

See Also

Reference

MCRCustPaymTable Table