Setting Up Groups

Before a group created within Business Modeler or MQL can be used within the ENOVIA products, it must be registered and its name must be added to the StringResources properties file.

  1. Create all needed groups. For details on creating groups, see the Business Modeler Guide or MQL Guide.

  2. Register the new group with ENOVIA Business Process Services using the registration wizard. For details seeRegistering Your Own Administrative Objects.

  3. Specify the group name within the appropriate emxFrameworkStringResource.properties file for the Web browser language or languages in use.

    The naming convention for all internationalized versions of the StringResource files is emxAPPLICATION_NAMEStringResource_LANGUAGE.properties, where LANGUAGE is the standard abbreviation for the language, such as fr for French or de for German, in lowercase.

    For example, the following shows how to add a group named "ENOVIA Collaboration" for use with a browser configured to use the English language:

    1. Open the emxFrameworkStringResource_en.properties file, located in Apps/Framework/VERSION/UserInterface.
    2. Locate the section entitled "Group Properties."
    3. Append the following line to the last entry in this section:

      emxFramework.Group.MatrixOne_PLM=ENOVIA Collaboration

    4. Save and exit this file.
    5. Redeploy the application if an exploded .war file is not being used.

  4. Restart the ENOVIA Platform Server and Web/application servers.