ProjBudgetTransactionManager.getCurrentPeriodBudget Method [AX 2012]

Obtains the budget for the current transaction period.

private ProjBudgetAllocationLine getCurrentPeriodBudget(
    ProjId _projId, 
    ProjBudgetLineType _budgetLineType, 
    ProjTransDate _projTransDate, 
    ProjCategoryId _projCategoryId, 
    ProjActivityNumber _activityNumber)

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID for which budget is to be obtained.
_budgetLineType
Type: ProjBudgetLineType Enumeration
The budget type.
_projTransDate
Type: ProjTransDate Extended Data Type
The transaction date.
_projCategoryId
Type: ProjCategoryId Extended Data Type
The category ID.
_activityNumber
Type: ProjActivityNumber Extended Data Type

Return Value

Type: ProjBudgetAllocationLine Table
A buffer of the ProjBudgetAllocationLine table.

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: