Customizing screen labels for web menus
One place that does not automatically use your custom screen labels is the menus at the top of all e-timecard web application screens. These are the menus that help the user navigate around different areas of time and expense entry and approval functions as well as personal settings.
If your company has custom labels for job number, earning code, or employee, then follow these steps to manually set the labels in the web menus.
To customize screen labels for web menus
On your company’s e-timecard web server, go to the <installation directory>/wwwroot/client/TimeCard directory.
Open the MenuData.xml file in a text editor such as Notepad.
Find the following line and change Job to your custom label.
<text>&nbsp;&nbsp;&nbsp;
Personal Job List</text>
Find the following line and change Pay Codes to your custom label. If your company does not use combination pay codes, then you can skip this step.
<text>&nbsp;&nbsp;&nbsp;
Combination Pay Codes</text>
Find the following line and change Employee and/or Job to your custom label(s).
<text>&nbsp;&nbsp;&nbsp;
Employee Job List</text>
Save your changes to the file.