Category Archives: Dynamics 365

Retrieve Updated Dynamics CRM Rollup Attribute Value in Plug-in/Workflow

Introduction: Rollup Feature is one of the interesting feature and we have already discussed about how we can make use of rollup attributes of CRM to ease our calculations in our previous blog. Retrieving rollup attribute values is not same as we do for the other attributes. Rollup attributes are used to minimize our efforts… Read More »

Programming using WebAPI through C# in Dynamics CRM 2016

Introduction: Stepping towards the enhancement, Dynamics CRM 2016 introduced ‘Web API’ as the new concept which delivers a unique development experience across a wide variety of programming languages, devices, and platforms. We have earlier explored using WEB API through scripting from within Dynamics CRM environment in this blog. We noticed quite a few queries coming… Read More »

OneDrive Integration with Dynamics CRM 2016 Online

Introduction Before we explain you how to integrate OneDrive with Microsoft Dynamics CRM 2016 Online, let’s see what OneDrive is all about. OneDrive can be the most preferred option to store private documents. While you can use Office 365 Groups for collaborative storage, SharePoint can be used for public documents. For instance, when there is… Read More »

Impersonation available using WEB API in Dynamics CRM 2016

Introduction: Microsoft Dynamics CRM online 2016 update and Dynamics CRM 2016 (on-premises) has introduced a new concept called the Web API. This can be used across a wide variety of programming languages, platforms, and devices. One of the features of Web API is Impersonation. Back in the days of CRM 4, Impersonation through scripting was… Read More »

Streamline your business process flow in Dynamics CRM 2016

Introduction: Since the release of Microsoft Dynamics CRM 2013, it had become essential to set business process flow for several professionals in the organization. The main aim was to guide people till the desired outcome through a set of well-defined steps. Irrespective of the entity, the CRM user experience has been streamlined for arriving at… Read More »

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 »

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 »