Display All Sequences in Navigation Search Results Window

The sequences display is set up in config.xml file according to the user's needs.

When selecting values in the Submission Navigator to view the corresponding application/submission details in the Navigation Search Results window, only the submission of the highest sequence is displayed.

To view all sequences, click the Expand All icon. To display all sequences of the applications in the Navigation Search Results window by default, the value of the corresponding property must be changed in the config.xml file.

  1. Stop the Apache Tomcat service if it is running.
  2. Locate the config.xml file.
    For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the config.xml file in a text or XML editor.
  4. Locate this section: <property name="navigatorResultCollapse" value="true"/>
  5. Specify false under value.
    By default the value is true.
  6. Save and close the file.
  7. Start the Apache Tomcat service.