SalesInvoiceDP.insertInvoiceDetailsInformation Method [AX 2012]

Inserts invoice detail information.

Syntax

public void insertInvoiceDetailsInformation(
    CustInvoiceJour _custInvoiceJour, 
    CustInvoiceTrans _custInvoiceTrans, 
    CustPaymSchedLine _custPaymSchedLine, 
    CustTrans _prepaymentCustTrans, 
    TaxTrans _prepaymentTaxTrans)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    A CustInvoiceJour record that has the invoice header information.
  • _custInvoiceTrans
    Type: CustInvoiceTrans Table
    A CustInvoiceTrans record that has the invoice details information.
  • _custPaymSchedLine
    Type: CustPaymSchedLine Table
    A CustPaymSchedLine record that has the payment schedule information.
  • _prepaymentCustTrans
    Type: CustTrans Table
    A CustTrans record that has the prepayment information.

Remarks

This method will insert the invoice details information. It should be overridden in the sub classes to insert the data into the right temporary tables.

See Also

Reference

SalesInvoiceDP Class