Partilhar via


BudgetModel::getBudgetModels Method

Retrieves a set of budget models in the specified budget model range.

Syntax

client server public static Set getBudgetModels(
    BudgetModelId _fromBudgetModelId, 
    BudgetModelId _toBudgetModelId, 
   [boolean _includeSubModels])

Run On

Called

Parameters

  • _includeSubModels
    Type: boolean
    A flag that indicates whether the sub budget model hierarchy for the budget models in the range should be included in the set.

Return Value

Type: Set Class
A set of budget models in the specified budget model range.

Remarks

The retrieved set is created from the tier where this method is called.

See Also

Reference

BudgetModel Table