Category Archives: Microsoft PowerApps

Execute Commands Programmatically in PCF Dataset Component

Introduction: Recently, we came across a new method in PCF – retrieveRecordCommand. This method will help us to retrieve the related commands for specific record(s). It also gives the flexibility to retrieve only specific commands that the user wants to see. So, let’s see a scenario in which this method would come handy. Let’s say… Read More »

How to use Invitation Id of Customer Voice Survey Invitation in Power Automate Flow

Introduction Microsoft introduced Customer Voice in 2020 to get feedback from customers and save it into Customer voice entities in Dynamics 365 CRM. Further, they also introduced new features in  Customer voice. Recently, I was setting up Customer Voice and creating its invitations using Power Automate Flow. Here, I came across an error when I… Read More »

Automatically set user availability while assigning leads in Dynamics 365 CRM – New Feature of our Lead Assignment and Distribution Automation!

Sales performance has always been one of the deciding factor for measuring success of business organizations. And sales comes from pursuing leads. But only a fraction of leads are converted to sales. This is mainly because of one of the two factors – response time (how quickly you respond to leads) and nature of response… Read More »

How to use the SetValue and Save Methods in PCF Dataset Component

Introduction: As new features and functionalities are being introduced in PowerApps Component Framework, we have observed many new methods in the PCF Dataset Component. In this blog, we will discuss about the new entity record methods which are going to replace the WebApi update methods and custom requests to update the records in the dataset… Read More »

Check entity form design of different devices using Power Apps

Introduction: In this blog, we will see how we can test entity form (OOB, Custom) on different devices such as Desktops, Tablets, and Mobile Phones using Power Apps. When we use classic mode to customize entity form, we don’t get the ability to preview the designed entity from on different resolution. To test the form… Read More »

Exploring Automation Recommendation in Power Automate Process Advisor

Introduction Power Automate has released many new things one of which is Process Advisor which instantly collects precise stages for each process in your company, allowing you to better identify where workflows could be optimized. Some more benefits of Process Advisors are as follows, Determine which tasks take the most time Find out which activities… 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 »