How to disable the feature suggestions

 

Question : 

How to disable the feature suggestions in UI

Answer : 

To disable suggestions, the related configuration for the relation view should be changed. The suggested field in the configuration should be deleted.
 
For Example 
 

{ 
    "point": "com.reltio.plugins.ui.view", 
    "id": "com.reltio.plugins.entity.HCOs_Rating", 
    "class": "com.reltio.plugins.entity.relations.RelationsView", 
    "recordClass": "com.reltio.plugins.entity.relations.ComplexRelationRecord", 
    "type": "rating", 
    "sortOptions": { 
        "consolidatedRating": "Consolidated Rating" 
    }, 
    "sortOrder": "asc", 
    "caption": "HCOs this HCP works at", 
    "importFromDT": false, 
    "suggested": [{ 
        "outRelations": ["configuration/relationTypes/HasAddress"], 
        "entityTypes": ["configuration/entityTypes/Location"], 
        "nextEntry": { 
            "inRelations": [{ 
                "uri": "configuration/relationTypes/HasAddress", 
                "label": "suggested" 
            }], 
            "entityTypes": ["configuration/entityTypes/HCO"] 
        } 
    }], 
    "autoVote": 5, 
    "disableAutoVote": false, 
    "negativeComments": [ 
         "Angry comment", 
         "Very angry and confused comment" 
     ], 
    "content": { 
        "outRelations": [ 
            "configuration/relationTypes/HasHealthCareRole" 
        ], 
        "entityTypes": ["configuration/entityTypes/HCO"] 
    } 
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.