Configuring the Main Navigator Page

You can configure how the Navigator page looks when a user first logs in or when the page is called externally from an email message or other Web page by defining the default page to display in the content frame.

The content frame is the main work area of the Navigator page, where the table and form pages display. It is called the Home page within the user interface. Users can use the Preferences tool to choose their own Home page preference, which overrides any page that you specify.

  1. When calling emxNavigator.jsp, pass these URL parameters and appropriate values:


    • CommandName
    • ContentPage
    • MenuName
    • mode
    • objectId
    • portal

    See URL Parameters Accepted by emxNavigator.jsp for details.

  2. To define the default configuration for initial user log in, enter a value for the eServiceSuiteFramework.URL property in emxSystem.properties file. See Configuring the Properties Files.

  3. To implement a configuration when calling emxNavigator.jsp from a link in a Web page or email message, add the appropriate parameter to the emxNavigator.jsp URL for the link.

    For information on accessing emxNavigator.jsp through an external link, see Accessing Applications Externally.

  4. Specify the default page for the content frame. See Configuring the Default Home Page for the Content Frame.