CommandName |
Use along with the MenuName parameter to define
the page to display in the Content frame of the Navigator page when users
log in. The MenuName parameter defines the name of a menu object that
represents a submenu and the CommandName parameter defines the name of
a command object where the href URL can be obtained. Note that
the links in the Actions tab submenus cannot be used for display in the
content frame. |
The name of a command object that is assigned
to a menu object that represents an application submenu on the My Desk
menu. For example: emxNavigator.jsp?MenuName=TMCMyDesk&CommandName= TMCRoutesMyDeskWhere
TMCMyDesk is the name of the menu object for the Team Central submenu
and TMCRoutesMyDesk is the name of the command object for the Routes
link. This command object contains an href parameter that points to the
JSP for the Routes page. |
ContentPage |
Defines the JSP to appear in the Content frame
(called the Home page in the user interface) when you call the Navigator
page. |
Any JSP plus parameters: emxNavigator.jsp?ContentPage=../engineeringcentral/emxengchgInboxFrameset.jsp Currently,
the URL assigned to the ContentPage parameter can contain only one parameter/value
pair as part of the URL. Any additional parameters are ignored. |
MenuName |
Defines the application submenu to expand when
you call the Navigator page. If you don't specify a submenu, the first
menu in the My Desk is expanded. Can also be used along with the
CommandName parameter to define the page to appear in the Content frame
on login. |
The name of a menu object that represents an
application submenu. For example: emxNavigator.jsp?MenuName=TMCMyDesk |
mode |
Used when calling the Navigator page from an
external link on a Web site, ENOVIA portal page, or email message. Defines
whether the Navigator window contains the banner and global as it normally
does when using the applications. |
- Menu. The Navigator page contains all standard
elements.
- Tree. The Navigator page contains only the tree frame
and the content frame.
For example: emxNavigator.jsp?mode=Menu&ContentPage=../sourcingcentral/emxBuyerDeskTable.jsp |
objectId |
Defines the business object to display when you call the Navigator window. |
Valid business object ID. 2233.5567.2323.4678 |
portal |
Used when calling the Navigator page from an
external link to ensure the Login page does not replace the frame that
contains the link. |
- true. Turns the ENOVIA portal mode on to ensure
the Login page and Navigator page have no effect on the page that contains
the URL link to the Navigator page.
- false. Turns the portal mode
off. If the parameter isn't specified, the portal mode is turned off.
./Apps/Framework/VERSION/commonUI/emxNavigator.jsp?portal=
true |