ProjBudgetManager.createBudgetFromEstimates Method [AX 2012]
Creates the category budget rows in the ProjBudgetLine table by transferring estimates to to selected forecast model then importing budget from the forecasts in the selected model.
public void createBudgetFromEstimates(
ForecastModelId _forecastModelId,
ProjId _sourceProjId,
RecId _projBudgetId,
[MarkupValue _markUpUnits,
MarkupValue _markUpCosts,
MarkupValue _markUpRevenue,
boolean _summarizeByCategory,
RecId _projBudgetRevision])
Run On
CalledParameters
- _forecastModelId
- Type: ForecastModelId Extended Data Type
A ForecaseModelId value that determines the forecast model.
- _sourceProjId
- Type: ProjId Extended Data Type
A ProjId value that determines the project ID used to select estimates.
- _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
A MarkUpValue value that specifies the mark up percentage.
- _markUpCosts
- Type: MarkupValue Extended Data Type
A boolean value that specifies the mark up costs.
- _markUpRevenue
- Type: MarkupValue Extended Data Type
A boolean value that specifies the mark up revenue.
- _summarizeByCategory
- Type: boolean
A boolean value that specifies whether to group by based on activity or not.
- _projBudgetRevision
- Type: RecId Extended Data Type
A RecId value that specifies the project budget revision for which to create budget revision rows.
Community Additions
ADD
Show: