Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Quick Create was hanging in IE & Chrome browsers

(0) ShareShare
ReportReport
Posted on by 10

Hi All,

I am using Dynamics 365 Online instance[Version 1612 (9.0.1.621) (DB 9.0.1.569)]. When I am clicking the + button of Contact SubGrid.

The browser was hanged on the below 3 scenarios.

i) The Quick Create form was not loading fully (screenshot1)

ii) Update of required fields

ii)On clicking SAVE  button 

Screenshot 1:

2630.Screenshot1.png

Screenshot 2:

Screenshot2.png

Note: I didn't refer/use any scripts for the Quick Create form. 

Only IE and Chrome having this issue. I didn't find any issue with Mozilla Firefox.

Please give suggestions to resolve this issue.

Thanks,

Eliyas.

*This post is locked for comments

  • Suggested answer
    riaandelange Profile Picture
    riaandelange 20 on at
    RE: Quick Create was hanging in IE & Chrome browsers

    This bug happens when you click on a Sub Grid + to add a record on a related entity to open the Quick Create in Google Chrome. The first time the Quick Create form opens, but as soon as you try to add another one, it only shows the Save and Cancel buttons. The height of the css class mscrm-globalqc-iframe is set to 0px hence it's not showing in your browser.

    Add the following function to your Quick Form OnLoad event: Change the 320px to how big you want the form to render.

    function qc_FormOnLoad(context) {
        /// <summary>
        /// Quick Create Form OnLoad Event Handler
        /// </summary>
        /// <param name="context"></param>
        chromeQuickCreateFix("320px");
    }
    function chromeQuickCreateFix(height) {
        /// <summary>
        /// Google Chrome Fix where the Quick Create would not show in Chrome Browser
        /// </summary>
        var isChrome = true;
        var chrome = navigator.userAgent.indexOf('Chrome') > -1;
        var explorer = navigator.userAgent.indexOf('MSIE') > -1;
        var firefox = navigator.userAgent.indexOf('Firefox') > -1;
        var safari = navigator.userAgent.indexOf("Safari") > -1;
        var camino = navigator.userAgent.indexOf("Camino") > -1;
        var opera = navigator.userAgent.toLowerCase().indexOf("op") > -1;
        if ((chrome) && (safari)) safari = false;
        if ((chrome) && (opera)) isChrome = false;
     
        if (isChrome) {
            if (window.top.document.getElementsByClassName("mscrm-globalqc-iframe")[0].style.height === "0px") {
                console.log("Resizing mscrm-globalqc-iframe iframe for Chrome Bug");
                window.top.document.getElementsByClassName("mscrm-globalqc-iframe")[0].style.height = height;
            }
        }
    }
  • RE: Quick Create was hanging in IE & Chrome browsers

    My issue is iFrame height in Chrome become 0 when rendering Quick Create Form second time; IE height is not 0 but really small.

    My issue is fixed by enabling Use Legacy Form Rendering.

  • Eliyas Profile Picture
    Eliyas 10 on at
    RE: Quick Create was hanging in IE & Chrome browsers

    Thank you Mansoor for your reply.

    I cleared all temporary files, cache,cookies,form data from browsers and checked.

    Even though the issue was not resolved.

    This issue was occurring for all the users specifically in IE and Chrome.

    Any other idea to resolve this issue.

    Thanks!

    Eliyas

  • Suggested answer
    RE: Quick Create was hanging in IE & Chrome browsers

    Hi,

    Try to clear cache and temporray files used by browser and check.

    Mansoor

  • Eliyas Profile Picture
    Eliyas 10 on at
    RE: Quick Create was hanging in IE & Chrome browsers

    Thanks RajKumar and Shahbaaz for your quick reply.

    I tried enabling the "Use Legacy form rendering". Even though the issue was not resolved the browser continuously hanging in all scenarios.

  • Suggested answer
    RE: Quick Create was hanging in IE & Chrome browsers

    Try toggling the "Use legacy form rendering" to see if that makes a difference

    Refer this:

    dynamicscrmpros.com/microsoft-dynamics-crm-2015-2016-and-365-legacy-form-rendering

  • Suggested answer
    Shahbaaz Ansari Profile Picture
    Shahbaaz Ansari 6,205 on at
    RE: Quick Create was hanging in IE & Chrome browsers

    Please refer below link,

    www.crmug.com/.../viewthread;CommunityKey=5ab602e5-51fe-4cc2-b467-d970807c0e8a&tab=digestviewer

    Thanks,

    Shahbaaz

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,407 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans