Display Submission List in Edit Application Window

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

In the Edit Application window, when selecting an application to edit, the Submissions pane and corresponding submissions are not displayed.

To view the submissions list, select the option Display Submissions. To display the list of submissions by default, the value of the corresponding property has to 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="showSubListInEditApplication" value="false"/>
  5. Specify true under value.
    By default the value is false.
  6. Save and close the file.
  7. Start the Apache Tomcat service.