Share via


MCRCustPaymTable::copyCustPayment Method

Copies the payments from one table to another.

Used by continuity to copy the payment to the generated invoices.

Syntax

client server public static MCRCustPaymTable copyCustPayment(
    TableId _fromTableID, 
    RecId _fromRecID, 
    TableId _toTableID, 
    RecId _toRecID, 
   [SalesId _salesId, 
    AmountCur _amountCur, 
    boolean firstInstallmentAuth])

Run On

Called

Parameters

  • firstInstallmentAuth
    Type: boolean
    Boolean that determines if the payment is the first payment; optional.

Return Value

Type: MCRCustPaymTable Table
The newly created MCRCustPaymTable record.

See Also

Reference

MCRCustPaymTable Table