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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Quick Create Form is not working for custom entities in Dynamics 365 Unified Interface

(0) ShareShare
ReportReport
Posted on by 135

Hello,

I am trying to open the Quick Create Form for the custom entity but it's opening default form instead Quick Create form. Quick Create does not works for custom entities?

Below is the code which I used to open the Quick Create form. please suggest on this.

function openCF(executionContext) {
    var formContext=executionContext.getFormContext();
    var entityFormOptions = {};
    entityFormOptions["entityName"] = "msdyn_payment";
    entityFormOptions["useQuickCreateForm"] = true;
    entityFormOptions["formId"] = "62F07FB4-A0AC-4312-A22A-0768E4C6BB86";
    var formParameters = {};
    formParameters["hsl_case"] = formContext.data.entity.getId();
    formParameters["hsl_casename"] = formContext.data.entity.getPrimaryAttributeValue();

    //Xrm.Utility.openQuickCreate("msdyn_payment", parentCase , formParameters).then(
    Xrm.Navigation.openForm(entityFormOptions, formParameters).then(
        function (success) {
            Xrm.Utility.alertDialog(success.message);
            console.log(success);
        },

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

Thanks

Srikanth 

I have the same question (0)
  • Suggested answer
    Wahaj Rashid Profile Picture
    11,321 on at

    Hi,

    Thank you for your query.

    Did you enable the custom entity for Quick Create? If not, follow these steps:

    • Go to Solutions -> Open Default or your custom solution.
    • Expand Entities -> <your entity name>.
    • Under Data Services section, check "Allow Quick Create".
    • Save and Publish.

    Here are detailed steps:

    https://docs.microsoft.com/en-us/dynamics365/outlook-app/add-a-custom-entity-to-quick-create

  • Verified answer
    Srikanth Reddy Profile Picture
    135 on at

    Thanks Wahaj! After adding custom entity to the app then it's started working! I appreciate your help on this.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Siv Sagar Profile Picture

Siv Sagar 93 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 76

#3
Martin Dráb Profile Picture

Martin Dráb 64 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans