ProjIntercompanyVendorInvoiceCreator::construct Method [AX 2012]
Creates a new ProjIntercompanyVendorInvoiceCreator instance from the originating customer intercompany invoice record.
client server public static ProjIntercompanyVendorInvoiceCreator construct(CustInvoiceTable _custInvoiceTable, [CustTable _custTable])
Run On
CalledParameters
- _custInvoiceTable
- Type: CustInvoiceTable Table
The CustInvoiceTable record to create the matching vendor invoice from.
- _custTable
- Type: CustTable Table
An optional CustTable record of the customer that represents the borrowing LE.
Return Value
Type: ProjIntercompanyVendorInvoiceCreator ClassA new ProjIntercompanyVendorInvoiceCreator instance.
Show: