Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.