ProjYearEndProcess::opensProjTransBudgetForm Method [AX 2012]

Opens the ProjTransBudget form by using the specified parameters.

client server public static void opensProjTransBudgetForm(
    ProjForecastModelId _forecastModel, 
    ProjId _projId, 
    ProjTransType _projTransType, 
    CategoryId _categoryId)

Run On

Called

Parameters

_forecastModel
Type: ProjForecastModelId Extended Data Type
The project forecast model ID to use to filter the forecast table record.
_projId
Type: ProjId Extended Data Type
The project ID to use to filter the forecast table record.
_projTransType
Type: ProjTransType Enumeration
The transaction type that indicates the type of budget transaction to pass the forecast table in the arguments.
_categoryId
Type: CategoryId Extended Data Type
The category ID to filter the forecast table record.
Show: