SalesInvoiceDPBase.insertInvoiceHeaderInformation Method [AX 2012]

Inserts the invoice header information.

Syntax

protected abstract void insertInvoiceHeaderInformation(CustInvoiceJour _custInvoiceJour, CompanyInfo _companyInfo)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    A CustInvoiceJour record that has the invoice header information.
  • _companyInfo
    Type: CompanyInfo Table
    A CompanyInfo record that has the company information.

Remarks

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

See Also

Reference

SalesInvoiceDPBase Class