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.
Concurrency Control – Prevent multiple users from modifying the same record at the same time.
Inkey, January 31, 20187092 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, 20186443 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, 20188657 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 moreMicrosoft Dynamics 365 v9.0 – Show Progress Indicator
Inkey, January 11, 20189195 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 […]
Read moreMicrosoft Dynamics 365 v9.0 – lookupObjects
Inkey, January 4, 201823848 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 […]
Read moreTackle Dynamic CRM 365 incompatibility issues & “Not Implemented” kind of weird error
Inkey, December 20, 20172578 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. […]
Read moreHide a field in all the stages of a Business Process Flow in Dynamics 365
Inkey, December 8, 201713733 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 […]
Read more