Category Archives: Dynamics CRM 2016

Set Process through Workflow in Dynamics CRM 2016

Introduction: Since the release of Microsoft Dynamics CRM 2013, the new feature of building and deploying a standard business process flow has become important to organizations. The prime objective was to make CRM users capable to visualize more than one process. Regardless of the nature of the record, building of process flows help towards understanding… Read More »

Set Values of all Data Types using Web API in Dynamics CRM

In CRM 2016, Microsoft Introduced a new concept called “Web API” (OData v4) to perform CRUD operations as well as other special messages supported in Dynamics CRM. Stepping towards the new enhancement OData v2 is deprecated from the CRM 2016. Though WEB API too requires the object to be sent in JSON form, it differs… Read More »

Access Web Resources from Dynamics CRM tablet and mobile apps

The re-imagined Tablet and mobile client for Dynamics CRM had been a great step forward in BYOD philosophy of Microsoft. However these clients were locked for any kind of customizations directly on the client app. With the latest updates in Dynamics CRM 2016, it is now possible to choose the layout/sections that you would like… Read More »

Web API functions in Dynamics CRM 2016

The Web API which is introduced in Microsoft Dynamics CRM 2016 enhances the experience while developing through different programming languages, devices and platforms. It implements the OData, version 4.0, an OASIS standard which is used to build as well as to consume Restful APIs over rich data sources. There are predefined functions introduced in the… Read More »

Solution Patching in Microsoft Dynamics CRM 2016

Introduction In our earlier blog we looked into the enhancements made to the way solutions can be created in Microsoft Dynamics CRM 2016. Now moving forward we will look at a common scenario of sending out Patches for your solution. Often it happens that you may need to update a few components of your managed solution… Read More »

Solution Management with Dynamics CRM 2016

Introduction The only supported way of transferring customizations from one CRM organization to another has been through Solutions. The concept of Solution when first released in CRM 2011 was a breakthrough considering before then there was no concept of IP protection. With Solution Management came the concept of Managed and Unmanaged Solutions. Managed a way… Read More »

Web API Actions in Dynamics CRM 2016

Taking forward our series on using WEB API in Microsoft Dynamics CRM 2016, we will now touch upon a feature that was not available in ODATA v2 of the earlier versions. ODATA v2 only provided support for CRUD operations. But Dynamics CRM has some special messages/functions for special operations that are beyond the basic CRUD… Read More »