Hi, I am looking to add a button on the ribbon to call the quick create form, is it possible, that is something I got to call the webapi?
*This post is locked for comments
Hi, I am looking to add a button on the ribbon to call the quick create form, is it possible, that is something I got to call the webapi?
*This post is locked for comments
You can do it using Xrm.Utility:
Xrm.Utility.openQuickCreate(entityLogicalName,createFromEntity,parameters).then(successCallback, errorCallback);
See the MSDN reference for the Xrm.Utility reference:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156