Category Archives: Technical

How to programmatically call UpdateView in PCF using requestRender

Introduction: If you know Power Apps Component Framework, then you must know the updateView method, which is one of the standard methods of PCF. The updateView method is triggered only when the PCF control is refreshed or rendered and shows us the updated data on our control. We work on the dataset as well as… Read More: How to programmatically call UpdateView in PCF using requestRender »

New Model-Driven App experience for Sharing Entity Rows

Introduction: In the new 2021 release wave 2, Microsoft has introduced a new Unified Interface dialog experience using which users will be able to share rows easily. Let’s check out! Go to the table’s home grid and select the rows that you want to share. For example, I have selected Account table rows as shown… Read More: New Model-Driven App experience for Sharing Entity Rows »

View or Update User Permissions/Roles from Bookable Resource

Introductions: In order to work in Microsoft Dynamics 365 CRM, user needs to have the appropriate security roles. Similarly, to perform functionalities within Field Service, user needs to have appropriate privileges and they should also be added in the Field Security Profiles, along with their appropriate Security roles. So, when a Bookable Resource is not… Read More: View or Update User Permissions/Roles from Bookable Resource »

How to Clear/Hide OOB form level notifications in Dynamics 365 CRM using client API

Introduction: In this blog, we will see how to clear/hide OOB form level notifications using client API. There are many OOB (Out of the box) form level notifications in CRM. For example, on the Quote entity there is a warning which displays on the quote FORM if “Effective To” date is equal to today’s date… Read More: How to Clear/Hide OOB form level notifications in Dynamics 365… »

Improved User Experience in Dynamics 365 2021 wave 2

Introduction The 2021 release wave 2 for Dynamics 365 brings innovations that provide you with significant capabilities to transform your business. Microsoft enhanced some features in the 2021 release wave 2 and made them user-friendly and easy to access. I have mentioned some of them below. • Open Record in New Window Wave 1 –… Read More: Improved User Experience in Dynamics 365 2021 wave 2 »

Perform changes in Power Apps Portal with newly introduced Microsoft Power Platform CLI

Introduction: Microsoft recently introduced Microsoft Power Platform Command Line Interface to perform various operations on Microsoft Dataverse environments, Power Apps Portal, PCF, Plugin, Solution, Admin, and Canvas by using Visual Studio Code. In this blog, we will be focusing on Power Apps Portal and will see how we can connect Portal using Microsoft Power Platform… Read More: Perform changes in Power Apps Portal with newly introduced Microsoft… »