Share via


SalesInvoiceDP.insertInvoiceHeaderInformation Method [AX 2012]

Inserts the invoice header information.

Syntax

public 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 into the right temporary tables.

See Also

Reference

SalesInvoiceDP Class