Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Accessing Quick in Javascript has stopped working

Posted on by 1,540

Dynamics CRM Online version 8.2. This is happening in all browsers, Firefox, Chrome, Edge and IE for multipe users.

In the last few days this script has stopped working. It is on the opportunity form and runs on change of the account lookup field, which populates the quickview form. On the quickview is a subgrid of records that I need to refresh. The quickViewControl variable is returning a null. In the console, I can access it via frames[0].Xrm.Page.ui.quickForms.get("accountlicenceinformation")

function refreshSubGrid() {
    writeToConsole("refreshSubGrid");
    var quickViewControl = Xrm.Page.ui.quickForms.get("accountlicenceinformation");
    if (quickViewControl === null) quickViewControl = parent.Xrm.Page.ui.quickForms.get("accountlicenceinformation");
    if (quickViewControl !== undefined) {
        if (quickViewControl.isLoaded()) {//getting error "Cannot read property 'isLoaded' of null"
            setTimeout(function () {
                //quickViewControl.refresh();
                var emailsGrid = quickViewControl.getControl("licenceallocations");
                emailsGrid.refresh();
            }, 500);
        }
    }
}


*This post is locked for comments

  • Verified answer
    ChrisJC Profile Picture
    ChrisJC 1,540 on at
    RE: Accessing Quick in Javascript has stopped working

    For anyone seeing this, the issue is in the position of the setTimeout. It should be before the check for whether the control has loaded.

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