Accelerate the Value of Data

Views

You can customize views.

To configure custom views in the UI configuration use JSON similar to the following example.

Custom View

{
   "point":"com.reltio.plugins.ui.view",
   "id":"com.reltio.plugins.entity.bbChartView",
   "class":"com.reltio.plugins.ui.CustomActionView",
   "caption":"B2B Integration",
   "url":"https://cgraph-dev.reltio.com/custom-graph/bbChart?entityUri=",
   "height":200,
   "action":{
      "files":[
         "https://dl.dropboxusercontent.com/u/465285497/iframe.js"
      ]
   }
}

As shown, this is a normal view configuration but with class "com.reltio.plugins.ui.CustomActionView" and an additional "action" property. Refer to Menu items for more information about the "action" property

You can use this custom view as the normal view on any perspective.