Notifications
Announcements
No record found.
Hi
I am trying to set the long URLs, we see in dynamics CRM portal entity list to simple friendly text or image.
could you please suggest to me how to achieve this?
Hi,
Here is a code that you can run on this page:
$(document).ready(function() { $(".entity-grid.entitylist").on("loaded", function () { $('td:contains("https://")').text("URL"); }); });
Additional information how to refer JS you can find on this thread:
https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/266537/ways-to-refer-javascript-libraries-in-crm-portal?pifragment-97030=1#responses
Hope it helps!
Thank you Ira B. Am able to change to Friendly name , I want make friendly
name as clickable, when user click on that, it will redirect another Webpage.
How can i achieve
You can work on the JS to handle this, I haven;t tested but should be smth like:
$('td:contains("https://")').each(function( index ) { //Create a HTML tag var content = ""; //Set the HTML content $(this).innerHtml(); });
Thanks, Ira B.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tom_Gioielli 72 Super User 2025 Season 2
Daniyal Khaleel 32 Most Valuable Professional
Gerardo RenterÃa Ga... 29 Most Valuable Professional