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

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Display tooltip text on Dynamics portal

(0) ShareShare
ReportReport
Posted on by

Hi Everyone,

Is it possible to display tooltips on the dynamics portal? I want the same field description text to display on a portal form as on a CRM form when you hover over a field label.

Thanks,

Adam

*This post is locked for comments

I have the same question (0)
  • Gampi Reddy Profile Picture
    87 on at
    RE: Display tooltip text on Dynamics portal

    I think you need to do little custom JavaScript to enable this.

    Try This : -

    Because Portal uses bootstrap and jQuery .. Custom JavaScript code will be very easy:

    go to Entity Form then Custom Javascript Section.

    Put here a code which will add custom tool-tip for your field.

    $(document).ready(function() {

    $("#description_label-name").tooltip({"html":true,"title":"<span class="tooltiptext"></span> <i>your Description </i> "})

    });

    or 
     even you can directly give your CRM field description text to Tool tip as title .. Like below 

    $(document).ready(function() {

    $("#description_label-name").tooltip({"html":true,"title":"your desription"})

    });

  • Verified answer
    RaviKashyap Profile Picture
    55,410 Moderator on at
    RE: Display tooltip text on Dynamics portal

    Hi,

    If I am not wrong, the Portal does this by default i.e. it displays the description in portal as tooltip just like CRM. If not, you will have to use JavaScript.

    Another way of displaying the a description of field is to use Entity Form Metadata.

    Refer this: community.adxstudio.com/.../entity-form-metadata

    Hope this helps.

  • Community Member Profile Picture
    on at
    RE: Display tooltip text on Dynamics portal

    I just checked this and the portal does *not* display tooltips for CRM fields. So you have to implement this yourself. 

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#2
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans