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 existing records in the system.
Xrm.Navigation.navigateTo({
pageType: "entityrecord",
entityName: "contact",
formType: 2, // Only Edit Mode is
↧