ProjBudgetManager.createBudgetFromForecastModel Method [AX 2012]

Creates the category budget rows in the ProjBudgetLine table by using the specified forecast model.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void createBudgetFromForecastModel(
            ForecastModelId _forecastModelId, 
            ProjId _sourceProjId, 
            RecId _projBudgetId, 
           [MarkupValue _markUpUnits, 
            MarkupValue _markUpCosts, 
            MarkupValue _markUpRevenue, 
            boolean _summarizeByCategory, 
            RecId _projBudgetRevision])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void createBudgetFromForecastModel(
            ForecastModelId _forecastModelId, 
            ProjId _sourceProjId, 
            RecId _projBudgetId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void createBudgetFromForecastModel(
            ForecastModelId _forecastModelId, 
            ProjId _sourceProjId, 
            RecId _projBudgetId)

  Microsoft Dynamics AX 2012 (FPK)
          public void createBudgetFromForecastModel(
            ForecastModelId _forecastModelId, 
            ProjId _sourceProjId, 
            RecId _projBudgetId)

  Microsoft Dynamics AX 2012 (SYS)
          public void createBudgetFromForecastModel(
            ForecastModelId _forecastModelId, 
            ProjId _sourceProjId, 
            RecId _projBudgetId)

Run On

Called

Parameters

_forecastModelId
Type: ForecastModelId Extended Data Type
A ForecaseModelId value that determines the forecast model to use for creating budget rows.
_sourceProjId
Type: ProjId Extended Data Type
A ProjId value that determines the project ID used to select forecast.
_projBudgetId
Type: RecId Extended Data Type
A RecId value that specifies the project budget for which to create budget rows.
_markUpUnits
Type: MarkupValue Extended Data Type
_markUpCosts
Type: MarkupValue Extended Data Type
_markUpRevenue
Type: MarkupValue Extended Data Type
_summarizeByCategory
Type: boolean
_projBudgetRevision
Type: RecId Extended Data Type

Community Additions

ADD
Show: