Ms CRM Rename 'Additional addresses' in accounts and contacts

Does anyone know how to rename "Additional Addresses" in the "Accounts and Contacts" navigation bar?

The usual method is to change the display settings in the address / contact or account relationship, but this is read-only in this case.

+1


a source to share


2 answers


There is an easier way ... go to Settings → Settings go to the account object and select "Messages" from the menu on the left. There you can find "more addresses". open this line and change the display name. Save + publish. Done :-) Hope it helps.



Regards, Chris

+1


a source


Apparently these types of labels are hardcoded. It seems that the only workaround is to track the (unsupported) HTML change path in the OnLoad method. Sort of

document.all.navAddresses.innerHTML = ...

      



You will need to dig into the details of HTML to achieve the desired effect.

Good luck!

0


a source







All Articles