How can we enable the export button on the New Search View?

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:

  1. Access UI Modeler:
  2. Export the Configuration File:
  3. Modify the Configuration:
    • Open the exported JSON file in a text editor.
    • Locate the appropriate section to insert the consoleExportApp configuration.
    • Add the following snippet:
      "consoleExportApp": {
        "name": "Export",
        "path": "entities",
        "query": "query1=cond1&query2=cond2"
      }
      
    • Ensure that the JSON syntax remains valid after the addition.
  4. Import the Modified Configuration:

Additional Information:

  • By adding the consoleExportApp section, 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
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.