web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
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 Quick create from on grid level

Posted on by 1,023

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans