Hi All,
I have several quick Create form in Case entity in Dynamics 365. Also, I added a custom button on the Case entity and my plan is to open one of theses Quick create forms.
I added formId as bellow in the parameters, but it not works and doesn't open my Quick create form.
var param = {};
param["formId"] = "My Id";
Xrm.Utility.openQuickCreate("incident", null, param);
Anyone can advise about this?
Thanks