Category Archives: Microsoft PowerApps

How to run PCF Control in Multilanguage using .resx (resource) files

Introduction In this blog, we will see how to run PCF Control in multiple languages. Let’s consider a scenario where we have one PCF field control, which contains some user interface part which we currently display in only one language i.e English. Now, we want to display PCF control UI part in more than one… Read More »

How to create Alerts or Reminders for Individual Records in Dynamics 365 CRM

In our previous few posts, we have seen how managers can create Alerts and Announcements for Dynamics 365 using Alerts4Dynamics. This post will focus on one more profound feature of the app where any user can create Record Based Alerts. Usually, managers can create any sort of alerts, but with this new feature, users also… Read More »

How to Add PCF Data-set Control in Dynamics 365 CRM

Introduction: PCF (PowerApps Component Framework) are used to create Field type and Data-set type code components and provide an enhanced user experience for the users to view and work with data in forms, views, and dashboards. In this blog, you will be given information about how to add Data-set control and where you can see… Read More »

Avoid delegation while filtering records in Power Apps

Introduction Delegation in Power Apps means process of retrieving data to the data source itself. This means Power Apps will retrieve small amount of data to make sure the performance is consistent. We often get delegation warning when we filter huge data source in Power Apps as shown in below screenshot. To avoid the delegation… Read More »

Interacting with Power Automate Flows from Power Apps – Canvas Apps

Introduction It is well-known that Power Automate is a low-code, no-code solution to automation with various triggers that it supports including Event driven, HTTP request, Timer/Scheduled and Manual flows. Manual/Button flows help in designing powerful Canvas Apps that can offload complex logic executions to flow while focusing on user experience of the app. In this… Read More »

Create Records quickly in Dynamics 365 CRM by using new Microsoft Wave 2 feature – Business Card Scanner

Introduction: With the growth of machine learning and artificial intelligence in our day to day life, Microsoft is also embracing ML and AI in Dynamics 365 CRM. With the recent Wave 2 general availability release, Microsoft has added some really good features and one them is – Business Card Scanner. Microsoft has combined its latest… Read More »

How to handle updateView() function call while calling setFullScreen() function in PCF control

Introduction In this blog, we will find out the way to avoid updateView() function to be executed when not necessary. We have developed a PCF control which provides the user to expand and collapse the full screen mode. In that PCF control, UpdateView() has some business logic. Please find the below code that we have… Read More »