Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.