Tag Archives: Microsoft Power Apps

How to Ensure Data Completeness for New and Existing Records in Dynamics 365 CRM / Power Apps?

User Adoption Monitor – a  Preferred App on Microsoft AppSource – is one of our popular apps for monitoring user actions in Dynamics 365 CRM. Recently, a new version of User Adoption Monitor with additional three new features – Data Completeness, Aggregate Tracking, Target tracking – was released making it one of the best available… Read More »

Match theme of Dynamics 365 App in Power Apps Control Framework – Part 2

In the last blog, we saw how we could match the theme of the Dynamics 365 App in PCF when we know what should be the color scheme at the time of designing. In this blog, we will see how we can apply the theme to the Fluent UI component dynamically based on the main… Read More »

Formatting Output result for your actions in Custom Connector

Continuing with the series on Custom Connector, today I touch upon output results of your actions. If you have worked with any of the existing connectors including Common Data Service connectors, you will notice that when you choose an action like List or Read, the CRM record object returns individual field values of the record… Read More »

Match the theme of Dynamics 365 App in Power Apps Control Framework – Part 1

Power Apps Control Framework is what we are using these days for creating re-usable and configurable custom UI or components in Dynamics 365 Modal driven apps. When it comes to designing a component, the Fluent UI is another Microsoft’s tool that empowers developers to use built-in controls like Button, Date Picker, Label, Slider, Textbox, etc.… 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 »

Set Date and Time Field of Dynamics 365 in PowerApps

Introduction Power App helps you to create a quick mobile app to show details of your CRM organization. In today’s blog, we will explore more on how to set Date and Time field of Dynamics365 in Power App. Following are the steps to set Date and Time fields of Dynamics 365 in Power Apps: 1.… Read More »