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.
Removes the specified level from the hierarchy.
Syntax
client server public static void removeLevel(RecId _hierarchyId, int _level)
Run On
Called
Parameters
- _hierarchyId
Type: RecId Extended Data Type
The ID of the DimensionHierarchy record.
- _level
Type: int
The level value for the hierarchy level to delete.
Remarks
This is low-level method that performs minimal validation.
If you modify a hierarchy that has a tree, the DimensionTree.removeLevel method should be used instead.