ProjBudgetTransactionManager.getBudgetForSelectedPeriod Method [AX 2012]

Obtains the budget for the selected period.

private AmountMST getBudgetForSelectedPeriod(
    ProjId _projId, 
    ProjTransType _transType, 
    ProjCategoryId _projCategoryId, 
    ProjTransDate _projTransDate, 
    ProjBudgetInterval _budgetInterval, 
    ProjTransDate _projDate, 
    ProjBudgetLineType _projBudgetLineType, 
    ProjActivityNumber _activityNumber)

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID for which budget is to be obtained.
_transType
Type: ProjTransType Enumeration
The transaction type.
_projCategoryId
Type: ProjCategoryId Extended Data Type
The category ID.
_projTransDate
Type: ProjTransDate Extended Data Type
The transaction date.
_budgetInterval
Type: ProjBudgetInterval Enumeration
The budget interval.
_projDate
Type: ProjTransDate Extended Data Type
The project start date.
_projBudgetLineType
Type: ProjBudgetLineType Enumeration
The budget type.
_activityNumber
Type: ProjActivityNumber Extended Data Type

Return Value

Type: AmountMST Extended Data Type
A container of budget amounts.

The specified project ID can be from the alternate project instead of the original project.

The project category ID will be empty if this method is called on account-type transactions.

Community Additions

ADD
Show: