Category Archives: Technical

Exclusive sneak peek at the new multi-tab Panel (Side Panes)

Introduction The release of Power Platform Wave 2 2021 has brought in some amazing features and functionalities. One of which is the Side Panes and the ability to incorporate multiple panels in it. Earlier we had the provision to open a single panel using the method below Xrm.Panel.loadPanel(URL, title) Although this was an intuitive addition… Read More »

Create Multi Select Optionset using PCF Control

Introduction: Recently in one of our project, we had come acorss a requirement where we needed to create a PCF control for multi select optionset field  with which user can visualize the values in a list form. In the new updates of PowerApps Component Framework, with the help of MultiSelectOptionSet type property, now we can… Read More »

Use of Custom API in Power Automate Flow

Introduction As seen in our previous blog, we can create a custom API that can be triggered in Dynamics 365 CRM Workflows. But since Microsoft is moving away from Dynamics 365 CRM Workflows to Power Automate Flows, we should too. So, in this blog, we will see how to use the same Custom API in… Read More »