ProjInvoiceProposalTransUpdate::construct Method [AX 2012]

Constructs a new instance of a specific transaction class.

client server public static ProjInvoiceProposalTransUpdate construct(ProjTransType _projTransType)

Run On

Called

Parameters

_projTransType
Type: ProjTransType Enumeration
Project Transaction type.

Return Value

Type: ProjInvoiceProposalTransUpdate Class
The new class.

returns null if transaction type is not hour,fee,expense or item.

Show: