ProjIntercompanyInvoiceOrigVendInvoice::getProjTransType Method [AX 2012]

Returns the project transaction type a VendInvoiceInfoLine_Project will create during posting.

client server public static ProjTransType getProjTransType(VendInvoiceInfoLine_Project _projLine)

Run On

Called

Parameters

_projLine
Type: VendInvoiceInfoLine_Project Table
The VendInvoiceInfoLine_Project to be checked.

Return Value

Type: ProjTransType Enumeration
The ProjTransType type created by the invoice line.

ExceptionCondition
Error

Thrown if the line is not able to create a valid project transaction.

Show: