Create new subtypes according to the instructions in the Collaboration and
Approvals Administration Guide.
- Stop the app server.
- Open the emxEngineeringCentral.properties file.
- In the properties file, add the key for the JSP. For example:
If you create a subtype of part called Aluminum Part, add the
following line to the properties file:
type_AluminiumPart.ReviseDialog =
emxpartCreatePartRevisionDialogFS.jsp.
This key is used to load the required JSP for the revision
of the new subtype and the value is used as an interface to the new subtype.
- Save the changes to emxEngineeringCentral.properties.
- Restart the app server.
To register the "Admin Type", select the Utilities category > Property
Registration > Admin Type.
This calls the revision page (emxpartCreatePartRevisionDialogFS.jsp)
for the new custom type, once it is created and registered by the administrator.