ProjIntercompanyCustomerInvoiceCreator::construct Method [AX 2012]
Creates a new instance of ProjIntercompanyCustomerInvoiceCreator.
server public static ProjIntercompanyCustomerInvoiceCreator construct(
List _origTransList,
InvoiceDate _invoiceDate,
[CustInvoiceTable _existingInvoice])
Run On
ServerParameters
- _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.
- _existingInvoice
- Type: CustInvoiceTable Table
An optional CustInvoiceTable where the lines will be added to.
Return Value
Type: ProjIntercompanyCustomerInvoiceCreator ClassProjIntercompanyCustomerInvoiceCreator created from the given parameters.
Show: