Customize User Name
- Last UpdatedJun 10, 2024
- 1 minute read
To customize the user name appearing on the top-right corner, follow the steps given below:
-
If you want to change the caption work item list, search for the following line of code in the NewKeysBPM.txt locale file. This file is present in the [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\Locales\en-US\NewKeysBPM.txt.
<td align="right" width="80%" class="LoginName"><%=_WorkItemControl.GlobalResourceSet.GetString("Workitem list of")%> <%=CurrentLoggedUserName%> </td>
-
Change the text Work Item list of to Welcome
<td align="right" width="80%" class="LoginName"><%=_WorkItemControl.GlobalResourceSet.GetString("Welcome")%> <%=CurrentLoggedUserName%> </td>