Category Archives: Dynamics 365 v9

How to modify Data Source Queries of Power BI Report using Advanced Editor

Introduction When data is added using the Get Data button by connecting to the services, Power BI generates a query in the background and we can modify this query and its data sources using the ‘Advanced Editor’ Button. Recently, we had a business requirement from one of our old clients to create a Power BI report. Thus, we… Read More: How to modify Data Source Queries of Power BI Report… »

How to Call an Action through Power Automate(MS Flow)

Introduction As Microsoft is providing us more flexibility with Power Automate (MS Flow), recently we found that now we can call the Action through Power Automate (MS Flow) directly. Previously we used to call an Action through HTTP request, but now we can directly call an Action through the Power Automate (flow) steps. Before that… Read More: How to Call an Action through Power Automate(MS Flow) »

Display Error Message in header from the Editable Grid in Dynamics 365 CRM

Introduction: Dynamics 365 CRM added yet another feature which will show the error message and error icon for the editable grid in the unified interface. This error message comes from the Business rule and plugin which will prevent saving of record. Working: Here we are creating the Business rule to display error message in the… Read More: Display Error Message in header from the Editable Grid in… »

How to Use ‘Navigate To’ Method of Dynamics 365 CRM

Introduction In this blog, we will take a look at ‘navigateTo()’ method inside new namespace Navigation of new Xrm Object Model. The Xrm object is globally available to use in your code without having to use the execution context in Client API. Recently we received a request from client to add button on the home page of… Read More: How to Use ‘Navigate To’ Method of Dynamics 365 CRM »

Working of ‘Delay Until’ Microsoft Flow component with different Dynamics 365 CRM Date behaviour

Introduction Introduction of Microsoft Flow for Dynamics 365 CRM has extended the functionality of Dynamics 365 CRM thereby allowing it an easy way to interact with other systems or include features which required much more custom development. It is also considered as an advanced version of Workflow where we can achieve tasks which were difficult… Read More: Working of ‘Delay Until’ Microsoft Flow component with different Dynamics… »

How to Track the BCC emails in Dynamics 365 CRM

Introduction     Recently we had a requirement that BCC emails should be received in Dynamics 365 CRM i.e. while sending email if user adds another user as a BCC then email should be received against that user in Dynamics 365 CRM. But only the emails of ‘To’ and ‘CC’ participants gets tracked in Dynamics 365… Read More: How to Track the BCC emails in Dynamics 365 CRM »

Send and Store Survey Responses in Dynamics 365 CRM using Microsoft Forms Pro

Introduction In this blog, we will take a look at how we can use Microsoft Forms Pro for survey within Dynamics 365 CRM. Microsoft Forms Pro allows you to create and send surveys to your customers or employees and collect their valuable feedback about your products or services. With Forms Pro, you can create and… Read More: Send and Store Survey Responses in Dynamics 365 CRM using… »

Power Platform: How to Build AI Object Detector using Power Platform

Introduction In this AI Builder three-part blog series, first blog was about how to use AI Builder to extract Form document data and second blog highlighted the use of AI Builder Text classification model. Now in the third and final blog we will see how to build an AI Object Detector using Power Platform. Object… Read More: Power Platform: How to Build AI Object Detector using Power… »

Show Dynamics 365 CRM Views in Canvas App Using CDS

Introduction In Dynamics 365 CRM, we have views which gives quick reference for records. While exploring Canvas apps, we found a new feature which helps us to display the views in the Canvas apps. In this blog, we are going to display the views in Canvas app using CDS connector. In Dynamics 365 CRM, we… Read More: Show Dynamics 365 CRM Views in Canvas App Using CDS »