ProjIntercompanyCustomerInvoiceCreator.new Method [AX 2012]

Creates a new instance of ProjIntercompanyCustomerInvoiceCreator.

protected void new(
    List _origTransList, 
    InvoiceDate _invoiceDate, 
    CustInvoiceTable _custInvoiceTable)

Run On

Server

Parameters

_origTransList
Type: List Class
A List of ProjIntercompanyInvoiceOrigTrans objects to create the invoice from.
_invoiceDate
Type: InvoiceDate Extended Data Type
The date to be used in the invoices to be created.
_custInvoiceTable
Type: CustInvoiceTable Table
An optional CustInvoiceTable where the lines will be added to.

Community Additions

ADD
Show: