DimensionHierarchy::haveCommonAttributes Method
Determines whether the two hierarchies share any of the same dimension attributes.
Syntax
client server public static boolean haveCommonAttributes(RefRecId _dimHierarchyId1, RefRecId _dimHierarchyId2)
Run On
Called
Parameters
- _dimHierarchyId1
Type: RefRecId Extended Data Type
The ID of the first dimension hierarchy to compare.
- _dimHierarchyId2
Type: RefRecId Extended Data Type
The ID of the second dimension hierarchy to compare.
Return Value
Type: boolean
true if at least one dimension attribute exists in both hierarchies; otherwise, false.