ProjBudgetTransactionManager.isBudgetaryControlValid Method [AX 2012]

Determines whether a budgetary control is valid.

private boolean isBudgetaryControlValid(ProjTransType _projTransType, ProjBudgetaryControlOn _projBudgetaryControlOn)

Run On

Called

Parameters

_projTransType
Type: ProjTransType Enumeration
The transaction type of the project.
_projBudgetaryControlOn
Type: ProjBudgetaryControlOn Enumeration
The budgetary control.

Return Value

Type: boolean
true if the budgetary control is valid; otherwise, false.

Community Additions

ADD
Show: