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:
Follow instructions on how to Extract a file in the Workspace Web Application.
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”
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"
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:
Backup file <EPM_ORACLE_HOME>/common/epmstatic/wspace/resources/bpm_en.js.
Edit file <EPM_ORACLE_HOME>/common/epmstatic/wspace/resources/bpm_en.js.
Edit the text Technical Support\ns.
Note: | The \ns represents the menu mnemonic s. You can omit or put in your own. |
Edit the text EPM Documentation\ne.
Note: | The \ne represents the menu mnemonic e. You can omit or put in your own. |
Repeat step 1 through step 6 for all the other bpm_xx.js files for other locales.
Note: | You do not need to restart the Workspace Application Server. |
To remove the Technical Support and EPM Documentation links, do the following:
Follow instructions on how to Extract a file in the Workspace Web Application.
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”
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"
Save your changes and continue with Re-package a file inside the Workspace Web Application.