Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Custom ribbon buttons are not shown in IE

Posted on by 3,155 Super User 2024 Season 1

Hi,

I have added few custom buttons to one of the custom entity form ribbon in CRM 2015 On-Premise. These buttons are not showing in IE(11). But no issue in other browsers(Firefox and Chrome) and custom buttons on other entities also working fine in IE. Can anyone help me to understand what went wrong here?

Thanks,

Charan

*This post is locked for comments

  • Verified answer
    Charan Raju C R Profile Picture
    Charan Raju C R 3,155 Super User 2024 Season 1 on at
    RE: Custom ribbon buttons are not shown in IE

    Javascript referenced with ribbon buttons had below statement which is not supported by IE.

    var result = objArray.map(a => a.foo);

    It works after replacing it with below.

    var result = objArray.map(function (a) { return a.foo; });

  • Verified answer
    gdas Profile Picture
    gdas 50,085 on at
    RE: Custom ribbon buttons are not shown in IE

    Hi Charan,

    Do you have any enable , display rule attach to the button?

    Try to remove the rules for one button and check whether it's displaying or not? If it's showing then might be problem with the JS code.

    In addition this is also happen due to browser cache

    So  clear all temp file , browser cache ,cookie , reset iis  ,crm  server .net temporary file  and re login crm .

    Hope this helps.

  • Verified answer
    RaviKashyap Profile Picture
    RaviKashyap 55,410 on at
    RE: Custom ribbon buttons are not shown in IE

    Hi,

    It is possible that the custom button has some javascript related t the button which is failing only in IE11 and hence failing the ribbon  button to load? Check the script related to that button and see if there is anything wrong with that.

    Hope this helps.

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!

Community AMA December 12th

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

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 229,963 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans