Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Custom ribbon buttons are not shown in IE

(0) ShareShare
ReportReport
Posted on by 7 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 7 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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,354 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans