MCRInstallmentPayment::find Method
Finds a MCRInstallmentPayment record using the passed sales ID and payment schedule ID.
Syntax
client server public static MCRInstallmentPayment find(
SalesId _salesId,
PaymSchedId _paymSchedId,
[boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales ID used to find the installment payment record.
- _paymSchedId
Type: PaymSchedId Extended Data Type
The payment schedule ID used to find the installment payment record.
- _forUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRInstallmentPayment Table
A MCRInstallmentPayment record.