Add or Modify Submission Status Values

Ennov InSight Viewing provides you the ability to define the values for the submission status option that is available when adding or editing an application.

The values have to be defined in the submissionstatus.xml file.

Note: The list of submission statuses must contain the value "Approved" to enable the approved TOC view to function properly. The list of submission statuses must contain at least one "active" value of "false" to enable the inactivation of an individual submission.
  1. Stop the Apache Tomcat service(s).
  2. Locate the submissionstatus.xml file. For Tomcat, you can find the submissionstatus.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the submissionstatus.xml file in a text or XML editor.
  4. Modify the status ID, active status and status values as required.
  5. To add a new submission status value, copy the following line: <status ID="xx" active="xxxx" value="xxxx"/>, and paste it between <submissionstatuslist> and </submissionstatuslist>.
  6. Do the following:
    1. Provide a numerical value to the status ID.
      • ID="11"
    2. Specify the status as "true" or "false" for the active attribute.
      • active="true"
    3. Specify the submission status under value.
      • value="In Progress"
  7. Save and close the file.
  8. Start Apache Tomcat service(s).