SalesInvoiceDP.insertCreditNoteSummaryLine_PL Method [AX 2012]

Insert the credit note summary line.

Syntax

protected void insertCreditNoteSummaryLine_PL(CustInvoiceJour _custInvoiceJour, CustInvoiceTrans _custInvoiceTrans)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustInvoiceJour record that has the invoice header information.
  • _custInvoiceTrans
    Type: CustInvoiceTrans Table
    The CustInvoiceTrans record that has the invoice details information.

See Also

Reference

SalesInvoiceDP Class