Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Entity Form - show Workflow Button Tooltip

Posted on by Microsoft Employee

I am working on Customer service portal, in which I have used one Workflow button. There is one property of workflow button control, name "Button Tooltip" which supposed to show tooltip of button, but seems like it is not working.

"Button Tooltip" is working properly for "Button" not for "Workflow". can anyone suggest how to achieve this?

appreciate for any help.

Thanks You,

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Entity Form - show Workflow Button Tooltip

    Thanks Dmytro, It works for me.

  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    Dmytro Rutkovskyi 1,835 on at
    RE: Entity Form - show Workflow Button Tooltip

    In the "Action Button Configuration" make sure you have "Advanced settings" checkbox checked. This will allow you to enter Button Css Class. Just add any css class like "workflow_btn1".

    Than you can change javascript to $(".workflow-link .workflow_btn1").attr("title","Hello world") to match only this btn.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Entity Form - show Workflow Button Tooltip

    Thanks Dmytro.

    This is  working for me. but, now the challenge is I have two workflow buttons X and Y on the same form. I want to give this tooltip to only X button and I am using same class for both of the buttons, but it is getting applied to both of the button.

    how to apply this for only 1 button?

  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    Dmytro Rutkovskyi 1,835 on at
    RE: Entity Form - show Workflow Button Tooltip

    Hi Pranoti

    Seems "Tooltip" doesn't work for some types of buttons.
    You can easily achieve this by adding simple custom javascript to "Custom JavaScript" section of the entityform.

    This is an example of javascript:

    $(document).ready(function () {
     $(".workflow-link").attr("title","Hello world")
    });

    You can find exactly you workflow button with custom CSS class you can assign to it.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Entity Form - show Workflow Button Tooltip

    I have tried clearing portal cache but still it is not working. Unfortunately turning portal off and on is not possible for me. Is there any other workaround?

  • Suggested answer
    Justinjose Profile Picture
    Justinjose 2,707 on at
    RE: Entity Form - show Workflow Button Tooltip

    Hi Pranoti,

    Try clearing your the portal cache and if this doesn’t help then Turn off and Turn on portal state in administration centre.

    Thanks

    Justin Jose

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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans