Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Change Tooltip text on Businness Process Flow Stage Header

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

  • Sompop Profile Picture
    Sompop 25 on at
    RE: Change Tooltip text on Businness Process Flow Stage Header

    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

  • Suggested answer
    Syed Ibrahim Profile Picture
    Syed Ibrahim 6,257 on at
    RE: Change Tooltip text on Businness Process Flow Stage Header

    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.

  • ashlega Profile Picture
    ashlega 34,475 on at
    RE: Change Tooltip text on Businness Process Flow Stage Header

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

  • Ruben Raposo Profile Picture
    Ruben Raposo 60 on at
    RE: Change Tooltip text on Businness Process Flow Stage Header

    Hello Francesco,

    It did worked!

    Thank you

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Change Tooltip text on Businness Process Flow Stage Header

    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

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans