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
- _recId
Type: RecId Extended Data Type
The record ID used to find the applicable MCRCustPaymTable record.
- _tableId
Type: TableId Extended Data Type
The table ID used to find the applicable MCRCustPaymTable record.
- _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.