Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Open the Quick Create form from the Entity's home list view

Posted on by 1,017

Hi,

I have below code to open Quick Create Form form for Contact on click of the button in Account form. On the Account list view, while placing the same button, after selecting a record, it doesnt open. Button only works at form level but not at List Level.

Please guide in replacing the code on how to make it work at list level as well.

function openQuickCreate(PrimaryControl)
{
    var formContext = PrimaryControl;
    var entityFormOptions = {};
    var formParameters = {};
    entityFormOptions["entityName"] = "contact";
    entityFormOptions["useQuickCreateForm"] = true;
    entityFormOptions["createFromEntity"] = formContext.data.entity.getEntityReference();
    Xrm.Navigation.openForm(entityFormOptions, formParameters).then(

    function (success)
    {
        console.log(success);
    },

    function (error)
    {
        console.log(error);
        alert();
    });
}

 

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,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans