Accelerate the Value of Data

Buttons

You can customize Buttons.

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

Custom Button

{
   "point":"com.reltio.plugins.ui.view",
   "id":"com.reltio.plugins.entity.DataQuality",
   "class":"com.reltio.plugins.ui.CustomActionButtonView",
   "icon":"http://reltio.images.s3.amazonaws.com/ui/quality-icon.png",
   "height":26,
   "width":50,
   "action":{
      "files":[
         "https://dl.dropboxusercontent.com/u/28898220/dataQuality.js"
      ]
   }
}

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

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