Skip to content

Open Entity Record as a Modal Popup in Dynamics 365 CE Release Wave 1 2020

Hi Everyone,

Today I was testing new features of PowerApps Release Wave 1 2020 in trial instance and found that now we can open Entity record as a popup.

Here is the piece of code and it is supported only for opening records in the system.

  Xrm.Navigation.navigateTo({
        pageType: "entityrecord",
        entityName: "contact",
        formType: 2, // Only Edit Mode is supported...

Continue Reading Gopinath’s Article on their blog

https://staturestack.com/2020/03/26/open-entity-record-as-a-modal-popup-in-dynamics-365-ce-release-wave-1-2020/

Blog Syndicated with Gopinath’s Permission

Leave a Reply