Author: InkeyINKEY is your solution partner.
Our focus is to deliver you in-time intelligent innovative solutions ("key") for the problems in hand. Maintaining a quality standard right from the inception of a project is our top most priority.
Our team of talented professionals will execute your projects with dedication and excellence. We take ownership and accountability for the effort that goes into meeting our client’s needs.
Years of experience and proven success of delivering innovative custom solutions.
Integrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App
Inkey, September 5, 20184826 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 […]
Read moreExcel online and Import data tool in Microsoft Dynamics 365
Inkey, August 1, 20185865 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 […]
Read morePower BI > Copy visuals to another pbix file
Inkey, July 25, 201868461 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. […]
Read moreExecute a plugin in the context of the logged in user or calling user or SYSTEM user in Microsoft Dynamics 365
Inkey, March 21, 201825266 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, […]
Read moreSwagger in Microsoft Dynamics 365 Web API
Inkey, March 12, 201812524 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 […]
Read moreMicrosoft Dynamics 365 v9.0 – Xrm.WebApi methods for CRUD operations
Inkey, February 12, 20186967 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 […]
Read morePower BI > Plotting Dynamic Values
Inkey, February 12, 20184808 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 […]
Read moreConcurrency Control – Prevent multiple users from modifying the same record at the same time.
Inkey, January 31, 20187073 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 […]
Read moreMicrosoft Dynamics 365 v9.0 – Xrm.Navigation Namespace
Inkey, January 18, 20186426 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 […]
Read moreSSRS – Delete specific RDL files from Report Server in one go
Inkey, January 11, 20188633 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 […]
Read more