SalesInvoiceDPBase.insertInvoiceDetailsInformation Method [AX 2012]

Inserts invoice detail information.

Syntax

protected abstract 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.
  • prepaymentTaxTrans
    Type: TaxTrans Table
    A TaxTrans record that has the prepayment taxes information.

Remarks

The method will insert the invoice details information. It should be overridden in the sub classes to insert the data in the right temp tables.

See Also

Reference

SalesInvoiceDPBase Class