I want to rename Related tab. How can I do?
I want to rename Related tab. How can I do?
Hi Partner,
Has the problem been solved? Any updates?
Please click Yes under "Did this answer your question?" to close this thread.
Thanks.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
HI,
This can not renamed. Convince your customer to keep as it is.
Inform your customer about the feature it provides like Navigating to child entity.
Hi partner,
Apparently, it’s not really a tab on the form that we can customize the way we customize other tabs. It’s actually the old form navigation for related entities, which looks like a tab on the unified interface.
You can show or hide it in the form properties, but can’t rename it.
I also try to add JS to OnLoad event, it get error.
Because Id of the ‘Related’ isn’t constant, ‘Related’ on different form has different id, even it will change when to go into the same form once again.
so it can't be renamed.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
DOM manipulation is unsupported but I am afraid there is no other way.
Call the below JS statement from on load event of the form.
document.getElementById("related_tab_1").innerHTML = "New Name";
André Arnaud de Cal... 291,759 Super User 2024 Season 2
Martin Dráb 230,468 Most Valuable Professional
nmaenpaa 101,156