eServiceSuites.DisplayedSuites | Defines the apps to load and identify app property files and string resource files at startup. The property value uses this format:eServiceSuite<SUITENAME> where <SUITENAME> is the app name. | Comma-separated list of apps |
eServiceSuite<SUITENAME>.Directory | Defines the name of the directory in Apps/enovia/<VERSION>/ where files for the app indicated by <SUITENAME> are stored. The eServiceSuite<SUITE_NAME> must be defined in the eServiceSuites.DisplayedSuites property. | Directory name |
eService<SUITENAME>.ApplicationPropertyFile | Defines the name of the property file for the app, where <SUITENAME> is the name of the app.
All properties files are located in the ENOVIA_INSTALL/properties directory. | File name with the *.properties extension |
eService<SUITENAME>.ApplicationStartPage | Defines the page to display when the app is invoked (other than selecting from the Compass), where <SUITENAME> is the name of the app.
This page must be
within the directory specified in the Directory property for the app. | JSP name |
eServiceSuite<SUITENAME>.Roles | Defines the roles used in the app. For example:eServiceSuiteSourcing.Roles=role_ExchangeUser,\
role_SupplierEngineer,\
role_SupplierRepresentative,\
role_Buyer,\
role_BuyerAdministrator,\
role_CompanyRepresentative,\
role_Customer,\
role_DesignEngineer,\
role_SalesEngineer,\
role_Supplier
| Comma-separated list of the of the symbolic names of roles |
emxFramework.<DECAGRAM>.HomePage | The command to load a specific page when a user selects the app from the Compass or when the appName URL parameter is included when loading emxNavigator.jsp. If the app does not have a home page defined, the default PowerView page opens.The <DECAGRAM> is the official license code for the product. For example: emxFramework.LBC.HomePage=LBCLibrariesMyDesk | Command name |