Customizing the Help Menu

You can update the menu text, redirect, or hide the Technical Support and EPM Documentation links located under the Help menu.

  To redirect Technical Support and EPM Documentation links, do the following:

  1. Follow instructions on how to Extract a file in the Workspace Web Application.

  2. Backup the file <temp directory>/war/conf/WkspConfig.jsp.

  3. Edit the file <temp directory>/war/conf/WkspConfig.jsp.

  4. Search for the module tag with id set to wksp.mode.

  5. Modify the attributes below to the new URL you want to go to. For:

    • Technical Support link, modify helpTechSupportUri="http://www.oracle.com/support/index.html”

    • EPM Documentation link, modify helpNetworkUri="http://www.oracle.com/technology/documentation/epm.html”

  6. Search for the module tag with id set to wksp.logon.

  7. Modify the attributes below to the new URL you want to go to. For:

    • Technical Support link, modifiy helpTechSupportUri="http://www.oracle.com/support/index.html”

    • EPM Documentation link, modify helpNetworkUri="http://www.oracle.com/technology/documentation/epm.html"

  8. Save your changes and continue with Re-package a file inside the Workspace Web Application.

Note:

helpTechSupportUri is the URL invoked for the menu item Help, then Technical Support. helpNetworkUri is the URL invoked for the menu item Help, then EPM Documentation.

  To update the menu text for Technical Support and EPM Documentation links, you need to modify bpm_en.js in two locations, Workspace Web application and on the Web Server which serves the static pages. Do the following:

  1. Backup file <EPM_ORACLE_HOME>/common/epmstatic/wspace/resources/bpm_en.js.

  2. Edit file <EPM_ORACLE_HOME>/common/epmstatic/wspace/resources/bpm_en.js.

  3. Search for the key MItemHelpTechSupport.

  4. Edit the text Technical Support\ns.

    Note:

    The \ns represents the menu mnemonic s. You can omit or put in your own.

  5. Search for the key MItemHelpNetwork.

  6. Edit the text EPM Documentation\ne.

    Note:

    The \ne represents the menu mnemonic e. You can omit or put in your own.

  7. Save your changes.

  8. Repeat step 1 through step 6 for all the other bpm_xx.js files for other locales.

  9. Clear your browser cache.

    Note:

    You do not need to restart the Workspace Application Server.

  To remove the Technical Support and EPM Documentation links, do the following:

  1. Follow instructions on how to Extract a file in the Workspace Web Application.

  2. Backup the file <temp directory>/war/conf/WkspConfig.jsp.

  3. Edit the file <temp directory>/war/conf/WkspConfig.jsp.

  4. Search for the module tag with id set to wksp.mode.

  5. Delete the attributes below to remove the link. For:

    • Technical Support link, delete helpTechSupportUri="http://www.oracle.com/support/index.html”

    • EPM Documentation link, delete helpNetworkUri="http://www.oracle.com/technology/documentation/epm.html”

  6. Search for the module tag with id set to wksp.logon.

  7. Delete the attributes below to remove the link. For:

    • Technical Support link, delete helpTechSupportUri="http://www.oracle.com/support/index.html”

    • EPM Documentation link, delete helpNetworkUri="http://www.oracle.com/technology/documentation/epm.html"

  8. Save your changes and continue with Re-package a file inside the Workspace Web Application.