projStatement::newListProjOnAccount Method [AX 2012]

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

server public static projStatement newListProjOnAccount(
    ProjListProjTrans_OnAccount _listProjOnAccount, 
   [ProjActualBudget _actualBudget, 
    ForecastModelId _forecastModelId])

Run On

Server

Parameters

_listProjOnAccount
Type: ProjListProjTrans_OnAccount Class
An instance of the ProjListProjTrans_OnAccount class.
_actualBudget
Type: ProjActualBudget Enumeration
A ProjActualBudget that determines whether actuals or budget should be reported; optional.
_forecastModelId
Type: ForecastModelId Extended Data Type
A unique identifier of the forcast model used; optional.

Return Value

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