Category Archives: Dynamics CRM

Different ways of Publishing Power BI reports in Dynamics 365 CRM

Introduction: In our previous blog we have seen how to create Power BI reports using Dynamics 365 connector. In order to publish Power BI report, you must have a Power BI service account associated with it. In this blog, we will see how we can add Power BI report in Dynamics CRM dashboards. Once you… Read More »

Microsoft Flow – Perform action on update of specific field in Dynamics 365 Customer Engagement

Introduction: Microsoft Flow is the best thing ever happened to citizen developers. The flexibility to perform some actions and the ease at which those actions can be configured is the deal breaker. Microsoft Flow is a sister app to Azure Logic Apps, but the fact that it is so well integrated with Dynamics 365 Customer… Read More »

How to set all Party list values while migrating data of Activities using SSIS

While doing data migration of Activity entities like Email, Phone call which has Party list fields like to, from, bcc, cc etc. where we set all values i.e. lookups of different entities like Account, Contact, Lead, User, Queue etc. and manually entered an email address for e.g. abc@gmail.com. While setting these party-list values, I was… Read More »

Make Power BI report using data from Azure SQL server and view in Dynamics 365

Introduction: In this blog, we will see how to show data of SQL server into Dynamics CRM. For this first, you need to connect your Power BI Desktop with SQL server. After that, we can show Power BI report into Dynamics CRM. Step 1: Register with Microsoft Power BI and by Sign in with your… Read More »

How to Show the Survey Response of a Survey for a Particular Entity using VOC in Dynamics 365

Introduction: As we know that, VOC is an Add-on in Dynamics CRM online that allows the creation of customer surveys, these surveys could then be sent out to determine the level of customer satisfaction. Here, in this blog, we will see how to show the survey responses of a survey associate for a particular entity. So… Read More »

Solved – Links Not Redirecting to Respective Webpage or App in Android Device from Dynamics 365 Mobile App

In one of our recent project, we were facing the issue where we had links on our design Html page and these links were working fine on desktop and IOS devices. But when we tried opening same on android mobile it fails. Let’s take an example: – We are developing one html web resource that… Read More »

Working on Lookup field of Dynamics 365 in Power BI

Introduction: Recently, we had a business requirement to show lookup fields name in our Power BI Reports. In Power BI Lookup columns show its guid and not name. So after some research and play around we found a solution to this problem. We achieved it by using LOOKUPVALUE function. Here as you can see in… Read More »