Tag Archives: Microsoft Dynamics CRM Web API

Retrieve, Update and Delete Record Using Alternate Key in Dynamics CRM Web API

Before Alternate key concept was introduced in Dynamics CRM it used to be the only GUID of the record which was used to retrieve, update or delete any record. Hence we had to get the record GUID first for any retrieve, update or delete operation. But with the introduction of Alternate keys concept this overhead… 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 »