MCRInstallmentPayment::findRecId Method
Finds a MCRInstallmentPayment record using the passed record ID.
Syntax
client server public static MCRInstallmentPayment findRecId(RecId _recId, [boolean _update])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID used to find the installment payment record.
- _update
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRInstallmentPayment Table
The MCRBrokerContractTable record found.