Resolve the error in the “Automatic Record Creation Rules” of the Queue entity, when the sender of the email is a Contact as well as a User in the Microsoft Dynamics 365.
WebSiteAdmin, October 3, 20187925 Views
Many a times in the Microsoft Dynamics 365, the Automatic Record Creation Rules, which we create on the queue entity fail for incoming email activities if the sender’s email address exists as a Contact as well as a User record. I had faced the same issue when I was trying to set the sender of… Continue reading Resolve the error in the “Automatic Record Creation Rules” of the Queue entity, when the sender of the email is a Contact as well as a User in the Microsoft Dynamics 365.
Read morePower BI > Hide NULL or BLANK values in Matrix visual
WebSiteAdmin, September 21, 201869302 Views
There are times when you don’t want null values to be displayed in the matrix, or only those items which has data in the table in Power BI. Suppose we have data as in the below image: And we want those names which has all the three types, S1, S2 and S3. Simply plotting the… Continue reading Power BI > Hide NULL or BLANK values in Matrix visual
Read moreSetup Azure portal resources to integrate external website with Microsoft Dynamics 365
WebSiteAdmin, September 5, 20185523 Views
Today in this blog, I will explain you how to setup various resources in Azure to integrate the external website with dynamic crm 365 using Azure Logic App and Service Bus. You will have to create below resources in Azure to integrate external website with Microsoft Dynamics 365:- 1. Resource group 2. Service Bus Namespace… Continue reading Setup Azure portal resources to integrate external website with Microsoft Dynamics 365
Read moreAccess the Azure Logic App using Service Bus to connect Microsoft Dynamics 365 from an external website
WebSiteAdmin, September 5, 20184537 Views
Using Logic App we can create, update, return list of records etc from the CRM. Today in this blog, I will explain how to access the Azure Logic App using Service Bus from an external website. First, create a web API to access the Azure Logic App using Service Bus. Please refer the below link… Continue reading Access the Azure Logic App using Service Bus to connect Microsoft Dynamics 365 from an external website
Read moreIntegrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App
WebSiteAdmin, September 5, 20184984 Views
Today in this blog, I will explain how we can communicate with the Microsoft dynamics 365 from an external website using Azure Service Bus & Logic App. Using Logic App we can create, update, return list of records etc from the CRM. Below is an example of how we can create the record in the… Continue reading Integrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App
Read moreExcel online and Import data tool in Microsoft Dynamics 365
WebSiteAdmin, August 1, 20186063 Views
Today in this blog, I will explain how the Excel Online and the Import data tool, the out-of-the-box features of the Microsoft Dynamics 365 are helpful and in what scenarios they can be used. Import Data This tool offers the feature to create or update single or multiple records in Microsoft Dynamics 365. If you… Continue reading Excel online and Import data tool in Microsoft Dynamics 365
Read morePower BI > Copy visuals to another pbix file
WebSiteAdmin, July 25, 201868722 Views
After using Microsoft Power BI Desktop after so long, there is one very basic feature we feel missing , i.e. we can’t copy or move any visual from one Power BI desktop file to another file. Microsoft Power BI Desktop does not provide this feature, however we can achieve this by using Power BI Service.… Continue reading Power BI > Copy visuals to another pbix file
Read moreExecute a plugin in the context of the logged in user or calling user or SYSTEM user in Microsoft Dynamics 365
WebSiteAdmin, March 21, 201825921 Views
Many a times, in Microsoft dynamics CRM, we may want to execute some part of the plugin as logged in user or calling user(As mentioned in plugin step registration) or SYSTEM user. Today, in this blog, I will explain the UserId and InitiatingUserID properties of the iPuginExecutionContext, which are used for getting the user id,… Continue reading Execute a plugin in the context of the logged in user or calling user or SYSTEM user in Microsoft Dynamics 365
Read moreSwagger in Microsoft Dynamics 365 Web API
WebSiteAdmin, March 12, 201812759 Views
The Swagger UI is one of the most popular tools for generating an interactive documentation from your OpenAPI document. It makes the process of viewing the results of the Web API much easier. There are situations, where, we need to make use of the Web API, for connecting the external website/resource with the dynamics CRM… Continue reading Swagger in Microsoft Dynamics 365 Web API
Read moreMicrosoft Dynamics 365 v9.0 – Xrm.WebApi methods for CRUD operations
WebSiteAdmin, February 12, 20187156 Views
Microsoft Dynamics 365 V9 is provided with the new library to implement the Web API methods. The basic CRUD operations can be performed easily using these methods. Previously, developers used Web API requests to perform CRUD operations in JavaScript. But now, the Xrm.WebApi has eased the process. In this blog, I will explain how to… Continue reading Microsoft Dynamics 365 v9.0 – Xrm.WebApi methods for CRUD operations
Read morePower BI > Plotting Dynamic Values
WebSiteAdmin, February 12, 20184906 Views
Hello DAX-sters! Have you ever wanted to show data as per your choice in a visual, i.e. you get the freedom to choose whether you want to plot the data of Order/Sales, or Profit/Loss. There is no custom visual which gives you an option to choose what value you want to show. There is a… Continue reading Power BI > Plotting Dynamic Values
Read moreConcurrency Control – Prevent multiple users from modifying the same record at the same time.
WebSiteAdmin, January 31, 20187251 Views
The Dynamics CRM is used by multiple users. So, the possibility of multiple users trying to update the same record at a time is very high. In such situation, changes made by the latest user will be saved. This results into inconsistent data, when the same fields are updated by the users at the same… Continue reading Concurrency Control – Prevent multiple users from modifying the same record at the same time.
Read moreMicrosoft Dynamics 365 v9.0 – Xrm.Navigation Namespace
WebSiteAdmin, January 18, 20186564 Views
The Xrm.Navigation Namespace is a new namespace, a new feature of Dynamics 365 V9. This namespace consists of previously known functions such as:- openAlertDialog, openConfirmDialog, openWebResource, & openForm And it is also having two new functions:- openErrorDialog & openUrl Here in this blog, I will explain you how to use the openErrorDialog & openUrl functions… Continue reading Microsoft Dynamics 365 v9.0 – Xrm.Navigation Namespace
Read moreSSRS – Delete specific RDL files from Report Server in one go
WebSiteAdmin, January 11, 20188796 Views
Introduction Earlier, we wrote a blog to download the multiple report files (.rdl files) at one go. You can find it here. Today, following readers’ requests, I will share a simple handy script which will help you to delete specific report files at once. Implementation SSRS uses SQL Server to store it’s details and the Catalog and DataSource tables are… Continue reading SSRS – Delete specific RDL files from Report Server in one go
Read moreMicrosoft Dynamics 365 v9.0 – Show Progress Indicator
WebSiteAdmin, January 11, 20189351 Views
With the release of Dynamics 365 v9.0, lots of new features & updates has come which will increase the ease and efficiency of the work of CRM Developers. Today, I will share some knowledge on how to use the showProgressIndicator function of the Xrm.Utility namespace. Many a times, CRM takes some more time to execute… Continue reading Microsoft Dynamics 365 v9.0 – Show Progress Indicator
Read moreMicrosoft Dynamics 365 v9.0 – lookupObjects
WebSiteAdmin, January 4, 201823994 Views
Microsoft Dynamics 365 v9.0 was announced in July 2017. It is a major release, which has enhanced many existing features in CRM online and has also introduced new features. The Xrm.Utility namespace, is one of the namespaces that has been enhanced with many new functions in Dynamics 365 version 9.0. In this post, I will… Continue reading Microsoft Dynamics 365 v9.0 – lookupObjects
Read moreTackle Dynamic CRM 365 incompatibility issues & “Not Implemented” kind of weird error
WebSiteAdmin, December 20, 20172661 Views
Many a times you may come across an error as below, when you import your solution or at the time of deployment or when you execute your JavaScript code. … Continue reading Tackle Dynamic CRM 365 incompatibility issues & “Not Implemented” kind of weird error
Read moreHide a field in all the stages of a Business Process Flow in Dynamics 365
WebSiteAdmin, December 8, 201713929 Views
I have come up with a solution to a problem that many of the CRM developers may have come across with. Let me explain the scenario as follows: Suppose, you have created a Business Process Flow for an entity with multiple stages. And each stage is having a common field in it. Now, the customer… Continue reading Hide a field in all the stages of a Business Process Flow in Dynamics 365
Read moreImportance Of Microsoft Power BI And How Can It Help A Business?
WebSiteAdmin, November 13, 20173604 Views
Business Intelligence is one of the latest buzzwords that appear in the top trends in the businesses. As a result, a number of businesses have started exploring new business intelligence solutions like Microsoft Power BI offered by the Microsoft Power BI consultants India. But what Microsoft Power BI actually is and how it is powerful… Continue reading Importance Of Microsoft Power BI And How Can It Help A Business?
Read moreFew Things About The Microsoft Business Intelligence Services
WebSiteAdmin, October 31, 20172135 Views
These days, we live in some hyper-connected world where information works as the key to success for both the businesses and individuals. But raw details contained in the data repository can actually make some clear sense and this is the place where the business Intelligence tools mainly come into the picture. Microsoft offers an entire… Continue reading Few Things About The Microsoft Business Intelligence Services
Read more