DimensionHierarchy::moveLevel Method
Moves the dimension attribute at the specified level to a new level position.
Syntax
client server public static void moveLevel(
RecId _hierarchyId,
int _level,
int _index)
Run On
Called
Parameters
- _hierarchyId
Type: RecId Extended Data Type
The ID of the DimensionHierarchy record.
- _level
Type: int
The level value of the hierarchy level to move.
- _index
Type: int
The new level value for the specified hierarchy level.
Remarks
This is low-level method that performs minimal validation.
If you modify a hierarchy that has a tree, the DimensionTree.moveLevel method should be used instead.