Creating custom menus

You can create custom menus by using the graphical user interface.

About this task

To create a custom menu:

Procedure

  1. Create a new menu using the graphical user interface.
  2. Open the INSTALL_DIR/extensions/global/resources/extnbundle.properties file and add a key=Description mapping that uses an equal sign ( = ) to join the Description added in Step 1 to a key. For example, Special_Tasks=Special Tasks. The application reads the key in order to determine what to display on the screen.
    Note: Ensure that the following file does not exist:
    INSTALL_DIR/resources/extn/extnbundle.properties

    This file must be removed because it will conflict with the extensions build process for bundle entries.