Hi All,
I have multiple forms in an entity. I would like to remove the entity name from the form name. For example, as attached, I would like to remove "Party:" from the name. How do I do that?
*This post is locked for comments
Hi All,
I have multiple forms in an entity. I would like to remove the entity name from the form name. For example, as attached, I would like to remove "Party:" from the name. How do I do that?
*This post is locked for comments
Hi,
As suggested above, it is not possible with supported customization/ configuration.
Hope this helps.
Hi,
This is really not possible with any supported way, This functionality is black box for us as Dynamics CRM stored this label in an XML format in the database column.
Hi There,
Its not supported and recommended practice to change the name of the form in DOM.
if you want to change it go customization > look for this entity > forms > select the form and change it the way you want which will change for everyone.
Hi ,
You can call js on load of form and hide that span class using following js.
<span class="ms-crm-FormSelector" style="display:inline-block;">PARTY : SITE - DEMO</span>
document.getElementByClassName('ms-crm-FormSelector').style.display = 'none';
But again this is unsupported way to hide it. Let try it once.
Hi eS Be,
There are no supported methods for removing the entity name from the form. If you want to remove the text in an unsupported way, you will need to use JavaScript and jQuery.
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156