As business administrator, you can create a type of specification by extending the Part Specification type to include any kind of document that users want to connect to a part with the Specification relationship.
-
To create the subtype, extend it from the abstract type Part Specification.
-
Register the new subtype. For details, see Legacy ENOVIA Web Apps
Customization Guide:Registering Your Own Administrative Objects.
-
In the emxFrameworkStringResource.properties file define the string resource for the new subtype. Use this format for the definition:
emxFramework.Type.<New_Spec_Type> = <New Spec Type Name>
For example:
emxFramework.Type.Test_Specification = Test Specification
-
Create a small icon image to represent the new type. Use the following format to name the
image:
iconSmall<NewSpecType>.gif
Store the image in the common/images
directory.
-
Optionally, set up autonaming so users creating new specification objects of this subtype can
select the Autoname option to have specifications automatically named and numbered. For
information about how the autonaming process works and how to configure autonaming, see Legacy ENOVIA Web Apps
Customization Guide:Configuring Automatic Business Object Naming.