- Log in to MQL as a user with business administrator privileges.
- Create a new type that is derived from Document:
MQL> add type TYPE_NAME derived Document; where TYPE_NAME is the name of the new type to be displayed. For example, add type "Spec Document" derived Document; - Register the symbolic name according to Registering Your Own Administrative Objects in 3DSpace Administration. From the compass choose Collaboration and Approvals. Then click Utilities > Property Registration > Admin Type. The default naming convention for the symbolic name is type_TYPE_NAME where spaces are replaced with _. For example,
type_SpecDocument . - Add the new sub type (and any new policies) to the Framework string resource file:
- Open emxFrameworkStringResource.properties, located in ENOVIA_INSTALL/properties.
- Add a key and value for the new type using the format emxFramework.Type.NAME=DISPLAY_NAME.
For example: emxFramework.Type.Spec_Document=Spec Document - Repeat these steps for each language and new type/policy, as needed.
- Rebuild the archive files and restart the server.
- Verify the new sub type is listed in Project Management by uploading an external file.
The new sub type should be listed in the Type Chooser and the Upload Dialog should display the sub type specific policy selection and attributes.
|