Hello,
We have a 365 on-premises instance that we have customized to have the Account entity renamed to 'Company'.
After renaming the entity, I ensured that I updated the Messages in the entity configuration to reflect the new name.
In all but one case I have come across, the new entity name is displayed correctly. However on the Duplicate detection form's modal window, the original name is displayed:
If this was on an entity form I would be able to use JavaScript, for example:
Xrm.Page.getControl("parentAccountLookup_id").setLabel("Company");
However I do not know of a way to run JavaScript on this particular form.
Thanks in advance for any help.
Geoff