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
CalledParameters
- _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.
Show: