Question
How can we enable the export button on the New Search View? We can see the export button in the Classic View, but not in the New View.
Answer
To enable the export button in the New Search View of Reltio, you need to modify the com.reltio.plugins.search.json module within your UI configuration. This involves adding the consoleExportApp section to the configuration.
Steps to Enable the Export Button:
-
Access UI Modeler:
- Navigate to the Reltio Console.
- Select the UI Modeler application.docs.reltio.comsupport.reltio.com+6docs.reltio.com+6docs.reltio.com+6
-
Export the Configuration File:
- In the UI Modeler, go to Import/Export UI Config Files.
- Export the
com.reltio.plugins.search.jsonfile. support.reltio.com+3docs.reltio.com+3docs.reltio.com+3
-
Modify the Configuration:
- Open the exported JSON file in a text editor.
- Locate the appropriate section to insert the
consoleExportAppconfiguration. - Add the following snippet:
"consoleExportApp": { "name": "Export", "path": "entities", "query": "query1=cond1&query2=cond2" } - Ensure that the JSON syntax remains valid after the addition.
-
Import the Modified Configuration:
- Save the changes to the JSON file.
- Return to the UI Modeler and import the modified
com.reltio.plugins.search.jsonfile. - This will apply the changes to your tenant's UI configuration.support.reltio.com+4community.reltio.com+4support.reltio.com+4community.reltio.com+3docs.reltio.com+3docs.reltio.com+3
Additional Information:
- By adding the
consoleExportAppsection, the export functionality becomes available in the New Search View, similar to its presence in the Classic View. - This change allows users to export search results directly from the New Search View interface.
- For more detailed guidance on exporting and importing UI configuration files, refer to Reltio's documentation on Exporting UI Configuration Files.docs.reltio.com+5docs.reltio.com+5docs.reltio.com+5
Comments
Please sign in to leave a comment.