ProjIntercompanyVendorInvoiceCreator::isProjIntercompany Method [AX 2012]

Checks if a CustInvoiceTable entry is intercompany invoice for project transactions.

client server public static boolean isProjIntercompany(CustInvoiceTable _custInvoiceTable)

Run On

Called

Parameters

_custInvoiceTable
Type: CustInvoiceTable Table
The CustInvoiceTable entry to be checked.

Return Value

Type: boolean
true if this is a project intercompany invoice; false otherwise.
Show: