Hi,
I am trying to change the captions No Incumbent and Multiple Incumbents to Vacant and Multiple Employees through the Admin Console to reflect in the User Console.
Even after changing, saving and publish, the change does not appear. I tested by changing organization from a z to an s and this change is reflected in the user console.
I have checked the admincustom.xml file and the captions for both have changed in here
Is there any reason why it is not working?
Thanks
Multiple managers text in the OU Manager View uses caption key = TBV_MultipleManagers
No manager text in the OU Manager View uses caption key = TBV_NoManager
Are these the captions you have changed?
Stephen
Hi Stephen,
Within the User Console, in the Org Structure hierarchy Standard view, in the position box if there is no employee, it says' No Incumbent'. If there are 2 or more employees against a position it says 'Multiple Incumbents'. This seems to apply for all employees in a position and what I am trying to change. the keys for these are: TBV_NoIncumbent and TBV_MultipleIncumbents.
Regards
Husna
Can you attached your LangModifications.xml file?
Hi Stephen,
Please find attached
Regards
Husna
I can see you have added the captions ok and the file is valid.
<LangEntry>
<Key>TBV_MultipleIncumbents</Key>
<New>true</New>
<NoCleanUp>true</NoCleanUp>
<Values>
<value lang = "English">Multiple Employees</value>
</Values>
</LangEntry>
<LangEntry>
<Key>TBV_NoIncumbent</Key>
<New>true</New>
<NoCleanUp>true</NoCleanUp>
<Values>
<value lang = "English">Vacant</value>
</Values>
</LangEntry>
So my next suggestion is to ask for the OrgChart application to be stopped and started via NW Administrator. I have seen view changes not take effect until this has happenned.
Stephen
Hi Stephen,
Thankyou, restarting the application updated it ![]()
Regards
Husna