Configuration

In order to ensure that the system is able to open the correct create page for an entity, it should be configured in the EVIDENCEMETADATA.CREATEPAGENAME, or else the Evidence_resolveCreate.uim resolve script should be implemented.

When the system attempts to find the name of the create page for a given evidence type it will first query the database, if that returns blank it will then attempt to use the resolve script

Note: As an entity can have multiple create wizards depending on the relationships involved, or even have a wizard and a standalone create page, the page that should be configured is either the standalone create page if no wizards exist, or else the select page of the most general wizard available.