ProjBudgetManager::getBudgetPeriod Method [AX 2012]

Retrieves the budget period details affected by the transaction.

client server public static container getBudgetPeriod(
    ProjId _projId, 
    ProjCategoryId _projCategoryId, 
    ProjBudgetLineType _budgetLineType, 
    ProjTransDate _transactionDate)

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID.
_projCategoryId
Type: ProjCategoryId Extended Data Type
The category ID.
_budgetLineType
Type: ProjBudgetLineType Enumeration
The budget type.
_transactionDate
Type: ProjTransDate Extended Data Type
The transaction date.

Return Value

Type: container
The container that holds the budget period details.
Show: