BudgetModel::expandBudgetModelHierarchy Method
Expands the sub budget model hierarchy for the specified budget model identity.
Syntax
server private static Set expandBudgetModelHierarchy(BudgetModelId _budgetModelId, Set _budgetModels)
Run On
Server
Parameters
- _budgetModelId
Type: BudgetModelId Extended Data Type
The identity of the budget model whose sub budget model hierarchy will be expanded.
- _budgetModels
Type: Set Class
A set of existing expanded sub budget models.
Return Value
Type: Set Class
A set of expanded sub budget models.
Remarks
This method runs on the server.