MCRPaymSchedLink::findInstallmentPlan Method
Finds a record by the RecID of the MCRInstallmentPlanSalesTable table.
Syntax
client server public static MCRPaymSchedLink findInstallmentPlan(MCRInstallmentPlanTableRecId _mcrInstallmentPlanTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _mcrInstallmentPlanTableRecId
Type: MCRInstallmentPlanTableRecId Extended Data Type
The record ID used to search for a MCRPaymSchedLink record.
- _forUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRPaymSchedLink Table
The MCRPaymSchedLink record found.