web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
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

I have the same question (0)
  • Martin Donnelly Profile Picture
    1,030 on at

    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.

  • mcutchins Profile Picture
    61 on at

    //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;  

    }

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans