Is there a way to change this highlighted text? I tried to look at the form in make.powerapps but I'm unable to click it there. Ribbon Workbench also doesn't have this field.
Any possible method is fine by me, JS code, on load webresource, etc.
Is there a way to change this highlighted text? I tried to look at the form in make.powerapps but I'm unable to click it there. Ribbon Workbench also doesn't have this field.
Any possible method is fine by me, JS code, on load webresource, etc.
There is no out of the box option to handle this but if you want to add some code (is not supported by microsoft) you can do that like this :
let divs = document.querySelector("div[role='presentation']"); divs.style.display= 'none';
In this case i have used Account but you can find out the span name for Opportunity and do the same thing.
If I answer your question then please mark it as verified.
Let me know if I can provide you with more details.
Is there no Javascript code I can write to change the display name only? (just the visual text itself only, the underlying form names/etc. can all be untouched)
Hi JYSSB7,
As per my knowledge. It is the Display name of the table. I do not think there is any supported way available.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156