8.98/8.97 Changing the name of the items in the Left Hand Menu

cdawes

VIP Member
I'm looking to rename a few of the items on th left hand navigation menu. While I've done lots of customization to the web interface before I don't know which file this is located it.

Funny enough it's easy to change what Apps the menu items are targetting just by changing the file "te.js" located here:

X:\WebSphere\AppServer\profiles\AppSrv01\installedApps\servernameCell01\HTML_Servername_Port_Env.ear\webclient.war\taskexplorer\te.js

All I have in this file is the target of the menu item and not the "text" for the menu item.

window.location = "/jde/servlet/com.jdedwards.taskexplorer.gui.TEDispatcherServlet?action=fp&taskViewSelection=" + taskview + "&resettarget=y&fptext=P012503 W012503F ZJDE0002" + "&envMode=" + $envmode;

Anyone done this before or have any clue where this is?


Thanks,

Colin
 
Colin,

Unless I misunderstand what you want, I would have thought this was maintained within JDE's Menu Design app.
 
Back
Top