Share via


MCRInstallmentPayment::insertInstallmentPayment Method

Inserts and initializes an installment payment.

Syntax

client server public static MCRInstallmentPayment insertInstallmentPayment(
    SalesId _salesId, 
    PaymSchedId _paymSchedId, 
    RecId _custPaymSchedLineRecid, 
   [RecId _custPaymRecID])

Run On

Called

Parameters

Return Value

Type: MCRInstallmentPayment Table
An installment payment record.

Remarks

The insert to the installment payment table is called from multiple places hence it is better to have it as a static method on the table, that initializes the record and inserts it.

See Also

Reference

MCRInstallmentPayment Table