MCRInstallmentPayment::findBySchedLine Method
Finds a MCRInstallmentPayment record using the passed sales ID, payment schedule ID, and payment schedule line record ID.
Syntax
client server public static MCRInstallmentPayment findBySchedLine(
SalesId _salesId,
PaymSchedId _paymSchedId,
RecId _custPaymSchedLineRecID,
[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.
- _custPaymSchedLineRecID
Type: RecId Extended Data Type
The record ID of a CustPaymSchedLine record the payment relates to.
- _forUpdate
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.