Assign Default Submission Status

When adding an application, a submission status can be assigned from the values available in the submission status drop-down list.

A default submission status can be assigned to a submission that is added by specifying an appropriate value in the submission status property tag in the config.xml file. The value you specify in the config.xml file should correspond to an attribute defined in the submissionstatus.xml file.

  1. Stop the Apache Tomcat service(s).
  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 to set the default submission status: <property name="defaultSubmissionStatus" value="0"/>
  5. Specify an appropriate value for the default submission status.

    — By default, this value is "0".

    — The value you specify corresponds to the status id property tag value which is defined in the submissionstatus.xml file.

  6. Save and close the file.
  7. Start Apache Tomcat service(s).