Ledger::allowDimensionHierarchyLevelDeletion Method
Provides a single point where consumers can update code to optionally prevent the deletion of a dimension hierarchy level.
Syntax
client server public static boolean allowDimensionHierarchyLevelDeletion(DimensionHierarchyLevel _dimensionHierarchyLevel)
Run On
Called
Parameters
- _dimensionHierarchyLevel
Type: DimensionHierarchyLevel Table
The dimension hierarchy level that is being removed.
Return Value
Type: boolean
true to allow the removal to continue; otherwise, false.
Remarks
If a consumer prevents the removal, that consumer must present a notification to inform the user that the removal did not occur and explain why.