HierarchyEntityService.configureAttributeHierarchies Method

Configures the attribute hierarchies associated with the specified hierarchy.
 

Parameters

entityId

Type: String
The entity ID of the hierarchy to modify.
hierarchyUniqueName

Type: String
The unique name of the hierarchy to modify.
hierarchyLevelUniqueName

Type: String
The unique name of the hierarchy level that will be associated with the attribute.
addedAttributes

Type: array
A list of attribute names to add.
removedAttributes

Type: array
A list of attribute unique names to remove.

Return Value


Type: jQuery.Promise
Value: dundas.entities.Hierarchy
A promise object that is resolved when the call is complete. If successful, the dundas.entities.Hierarchy is returned.