Click here to know more about the new Command Designer preview feature with Power Fx, replacing the classic Ribbon Workbench in Dynamics 365
Month: July 2021
Announcing public preview of Custom Pages for converging model-driven apps and canvas apps
Click here to know more about the new preview feature of Custom Pages in Model Driven Apps and Canvas Apps.
Multi-Table Lookup/Polymorphic Lookup Field in Dynamics 365 CE
Dynamics 365 CE and Power Platform
Hi Everyone,
We all know that a lookup pointing to multiple tables was an ask from many customers. Although we have a Partylist field available on Email entity, we don’t have any control to create the same as a Custom Field.
Our voice has been heard by Microsoft and released Multi-Table Lookup in Dynamics 365. For now, creation of this lookup is allowed via C# code or Web API.
Here is the code and explanation for the same.
I have four entities named as Vehicle, Motorcycle, Trucks and Cars.
We need a lookup on Vehicle entity which hold information about all other three entities.
I did run the below code and it created a lookup on Vehicle entity where I can select the record from any of the three entities (Motorcycle, Trucks or Cars).
OrganizationRequest orgRequest = new OrganizationRequest(); orgRequest.RequestName = "CreatePolymorphicLookupAttribute"; // specify lookup attribute details orgRequest.Parameters["Lookup"] = new…
View original post 94 more words
Microsoft Power Platform 2021 Release Wave 2 Plan
Microsoft has released “Microsoft Power Platform 2021 Release Wave 2 Plan” recently.
Below are the Key dates and Click here and download the Release Plan PDF.

Microsoft Dynamics 365 2021 Release Wave 2 Plan
Microsoft has released “Dynamics 365 and industry clouds: 2021 release wave 2 plan” recently.
Check the below for the Key dates and Click here and download the Release Plan PDF.
