Display All Sequences in Navigation Search Results

Configure the appropriate the property in the config.xml file to display all sequences in the Navigation search results.

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

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

To display all sequences in the Navigation search results:

  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.