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

Called

Parameters

_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 Class
A new ProjIntercompanyVendorInvoiceCreator instance.

ExceptionCondition
Error

Mandatory parameters are missing or wrong.

Show: