projStatement::newProjListWIP Method [AX 2012]

Creates an instance of the projStatementWIP class and initializes it with appropriate values from the input parameters passed in.

server public static projStatement newProjListWIP(
    ProjListProjTrans_WIP _listProjWIP, 
   [ProjActualBudget _actualBudget, 
    ProjAmountQty _amountQty, 
    ForecastModelId _forecastModelId])

Run On

Server

Parameters

_listProjWIP
Type: ProjListProjTrans_WIP Class
An instance of the ProjListProjTrans_WIP class.
_actualBudget
Type: ProjActualBudget Enumeration
A ProjActualBudget enumeration that determines whether actuals or budget should be reported; optional.
_amountQty
Type: ProjAmountQty Enumeration
A ProjAmountQty enumeration that determines whether hours should be reported as an amount or quantity; optional.
_forecastModelId
Type: ForecastModelId Extended Data Type
The unique identifier of the forcast model used; optional.

Return Value

Type: projStatement Class
An instance of the projStatementPayroll class.
Show: