Steps to update Hierarchy to show all the root nodes

Problem

How to configure the Hierarchy view for the entity.

How to implement a facet that shows all the roots for the current node-UI Configuration

 

Solution

1. Configuring the Multiple Root Hierarchy facet.

HierarchyPathsView is a view in the Profile page that shows hierarchical paths from the current entity to all roots. It can show multiple roots and self-referencing roots.

2. UI configuration can be performed only by Internal team members.

 Properties

 1.ID of extension point which describes current extension.

-----It must be: com.reltio.plugins.ui.view.

 
2. ID StringYesThe unique extension id.
  ---Example:com.reltio.plugins.entity.HierarchyPathsView.
 
3. classStringYesThe javascript     class:com.reltio.plugins.entity.HierarchyPathsView 
 

  Example

{
    "point": "com.reltio.plugins.ui.view",
    "id": "com.reltio.plugins.entity.org.HierarchyPathsView",
    "class": "com.reltio.plugins.entity.HierarchyPathsView",
    "caption": "Legal Entities",
    "graph": {
       "type": "configuration/graphTypes/CompanyHierarchy",
       "layout": 25,
       "deep": 2,
       "limit": 300
    }       
}

 Deep- This property value has to be increased for a multi-level Hierarchy to be viewed.

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.