Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves multiple levels in the hierarchy level table for the specified hierarchy, based on the specified direction and range.
Syntax
server private static void moveLevels(
DimensionHierarchyId _hierarchyId,
Sign _directionSign,
Level _leftLevel,
[Level _rightLevel])
Run On
Server
Parameters
- _hierarchyId
Type: DimensionHierarchyId Extended Data Type
The ID of the DimensionHierarchy record.
- _directionSign
Type: Sign Extended Data Type
A value that indicates the direction in which to move the levels: -1 for backward and +1 for forward.
- _leftLevel
Type: Level Extended Data Type
The level value at which to start the move.
- _rightLevel
Type: Level Extended Data Type
The level value at which to end the move; optional