How to enable relationships/profile/graph/potential matches/interactions/sources/activity log tab in UI profile?

Question

How to enable relationships/profile/graph/potential matches/interactions/sources/activity log tab in UI profile?

Answer

You can enable the relationships/profile/graph/potential matches/interactions/sources/activity log tab options from the Reltio console.

Here are the steps

mceclip1.png

 

  • Login to console.
  • Navigate to UI modeler.
  • Select the entity type.
  • Click on the Options tab, highlighted below, and you will see a Properties option on the right side of the screen.

mceclip1.png

  • You can enable the option as required.

Note: If you do not see the relationship selection in the page properties.  Check if the com.reltio.plugins.relationships.json is present in the UI folder.  If it does not exist, then add com.reltio.plugins.relationships via bitbucket and repeat the steps above.

 

Example of com.reltio.plugins.relationships.json file.

 

{
"id": "com.reltio.plugins.relationships",
"name": "Relationships Perspective",
"version": "1.0.0",
"provider-name": "Reltio.com",
"requirements": [
"com.reltio.plugins.entity"
],
"extensions": [
{
"point": "com.reltio.plugins.ui.perspective",
"id": "com.reltio.plugins.entity.RelationshipsPerspective",
"class": "com.reltio.plugins.ui.Perspective",
"header": "com.reltio.plugins.entity.EntityHeader",
"layout": {
"layout": "scroll",
"items": [
{
"view": "com.reltio.plugins.relationships.Relationships",
"margin": [
2,
7,
14,
0
]
}
]
}
},
{
"point": "com.reltio.plugins.ui.action",
"id": "com.reltio.plugins.RelationshipsAction",
"class": "com.reltio.plugins.ui.actions.Action",
"icon": "com/reltio/icons/side-panel/icon-relations.png",
"type": "com.reltio.plugins.ui.side_action",
"parent": "com.reltio.plugins.EntityAction",
"label": "Relationships",
"position": 2,
"perspective": "com.reltio.plugins.entity.RelationshipsPerspective",
"selectedIcon": "com/reltio/icons/side-panel/icon-relations-sel.png",
"entity-types": [
"configuration/entityTypes/GPOConditionContract",
"configuration/entityTypes/SalesOrganization",
"configuration/entityTypes/Customer"
]
},
{
"point": "com.reltio.plugins.ui.view",
"id": "com.reltio.plugins.relationships.Relationships",
"class": "com.reltio.plugins.relationships.RelationshipsView",
"react-class": "com.reltio.plugins.react.ReactRelationshipsView"
}
]
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.