ProjBudgetTransactionManager.isBudgetDefined Method [AX 2012]

Determines whether a budget is defined for the project.

private boolean isBudgetDefined(
    ProjId _projId, 
    ProjCategoryId _projCategoryId, 
    ProjBudgetaryControlOn _projBudgetaryControlOn, 
    ProjActivityNumber _activityNumber)

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID for which to obtain the budget.
_projCategoryId
Type: ProjCategoryId Extended Data Type
The category ID.
_projBudgetaryControlOn
Type: ProjBudgetaryControlOn Enumeration
A ProjBudgetaryControlOn enumeration value.
_activityNumber
Type: ProjActivityNumber Extended Data Type

Return Value

Type: boolean
true if budget is defined; otherwise, false.

Community Additions

ADD
Show: