Do the following to display the command in the list of root folders in Collaboration for Microsoft:- Open the Items tab of the IEF ENOVIA Root Menu and add the required command. Click Edit to save the changes.
- Modify getInstalledProducts in the MSFUtil JPO to display your folder.
Collaboration for Microsoft retrieves the list of objects to be displayed from the value of the href attribute of the command object. By default, href has information of the following kind:
For example,
${COMMON_DIR}/emxTable.jsp?program=PROGRAM_NAME:METHOD_NAME&table=TABLE_NAME
Collaboration for Microsoft uses the inquiry and the table name defined in the command object.
The inquiry generates the list of library object IDs.
The table provides the values for the column headers and the values to be displayed for each library object.
The Access tab of the command defines which users can view the command.