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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Change Tooltip text on Businness Process Flow Stage Header

(1) ShareShare
ReportReport
Posted on by 60

Hello,

I have a requirement to change the tooltip from the business process flow stages.

I know that we can change the tooltips of the fields using javascript, however i cannot find information to how to access the headers tooltips.

Please see the image below:

2017_2D00_11_2D00_11-19_5F00_37_5F00_52_2D00_Greenshot.png

Can you please tell-me a way to how to acheive it?

Thank You in advance.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    Hi Ruben,

    i write for you this code which does the job.

    I've tested it and it works.

    Please note this is to be considered an "unsupported" customization.

    Proceed as follows:

    1) load jquery library into crm 

    2) include jquery library in the entity form

    3) create a new script web resource 

    4) paste this code into new web resource file

    var interval = null;
    function SetStageTitles() {
        interval = setInterval(function () {
            var elem = $("#stage_0", parent.document).length > 0;
            if (elem)
            {
                $("#stage_0 .processStageTailContainer", parent.document).attr("title", "Custom Stage 1");
                $("#stage_1 .processStageTailContainer", parent.document).attr("title", "Custom Stage 2");
                $("#stage_2 .processStageTailContainer", parent.document).attr("title", "Custom Stage 3");
                clearInterval(interval);
            }
        }, 1000);
    }

    5) include new web resource library in the entity form

    6) add SetStageTitles into OnLoad event.

    Please let me know.

    If you found the answer helpful, please mark as Verified 

    Join my network on LinkedIn      Follow me on Twitter 

    Thank You & Best Regards

    Francesco Picchi

    Microsoft Dynamics CRM Consultant, Bologna, ITALY

    Independent Contractor

    http://www.francescopicchi.com

  • Ruben Raposo Profile Picture
    60 on at

    Hello Francesco,

    It did worked!

    Thank you

  • ashlega Profile Picture
    34,477 on at

    There is no supported way.. everything you do there with javascript would be unsupported (may stop working after an upgrade etc)

  • Suggested answer
    Syed Ibrahim Profile Picture
    6,257 on at

    As brother Francesco Picchi said this will work perfectly. Any unsupported customization using jQuery may not work in the feature releases..  we have implemented many such most of them is not working in v9.

  • Sompop Profile Picture
    25 on at

    Hi there, are you able to use the same code in February 2023? I tried to use your code and it was not successful.

    pastedimage1676936041894v1.png

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans