Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Modify URL formatted field's display text

(0) ShareShare
ReportReport
Posted on by 61

I'm trying to modify the URL formatted field within a grid to be a more user friendly look and feel. 

I have two approaches I am attempting:

First Approach:

1. Add an icon within the URL column. (already implemented)

2.  Make the icon clickable and redirect user to URL.  < is this possible? >

3.  Remove URL from grid column (display no text to user for said field, only show clickable icon).  < is this possible? >

Second Approach:

1.  Change displayed text within grid column to user friendly text.

I would love to get the first approach implemented but will settle with second approach (as displaying the full URL is NOT a possibility).

*This post is locked for comments

  • mcutchins Profile Picture
    61 on at
    RE: Modify URL formatted field's display text

    //display icon and tooltip for the grid column (userLCID is handled automatically)

    function DisplayGridIcon(rowData, userLCID) {  

     // var str = JSON.parse(rowData);

      //field name is lowercase, with a capital V in value

      //var coldata = str.plus_projecthealth_Value;  

      var imgName = "";  

      var tooltip = "";  

          imgName = "xxx_pdfIcon";  // web resource name

          tooltip = "View File";   // appears on hover

      var resultarray = [imgName, tooltip];  

      return resultarray;  

    }

  • Martin Donnelly Profile Picture
    1,030 on at
    RE: Modify URL formatted field's display text

    Would like to see how you added an icon to a Single Line of Text field (have never used the URL format) but, no, such functionality would require you go beyond the out-of-the-box and create your own web resources.  In any supported fashion, that is.

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans