Share via


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

  • _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.

See Also

Reference

MCRInstallmentPayment Table