Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Suggested answer

Cannot open form to the side when using Xrm.Navigation.openform

Posted on by 95

I'm trying to open a new form to the side of an existing record.  However, when I try, I open the form in the same window instead of the side.  The following is my code:

var entityFormOptions={};

entityFormOptions["entityName"] = "account";

entityFormOptions["windowPosition"] = 2;

var formParameters={};

formParameters["email"]="test@test.com";

Xrm.Navigation.openForm(entityFormOptions, formParameters).then(

      function(success){

            console.log(success);

      },

      function(error){

            console.log(error);

      });

  • MZ_980 Profile Picture
    MZ_980 95 on at
    RE: Cannot open form to the side when using Xrm.Navigation.openform

    Thanks for the response, but I haven't seen any examples using side panes where I can set form fields with default values like in the example I used where I used Xrm.Navigation.openForm and set the email field to test@test.com.

  • Suggested answer
    Guido Preite Profile Picture
    Guido Preite 54,081 Super User 2024 Season 1 on at
    RE: Cannot open form to the side when using Xrm.Navigation.openform

    you need to use the side pane functionality, you can find an example inside the documentation:

    learn.microsoft.com/.../create-app-side-panes

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

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