Posts

Showing posts with the label Microsoft Dynamics CRM Web API Preview

Web API for CRM

Image
Champs, You might went through this link, which is introducing WEB API for Dynamics CRM Online 2015 Update 1. Microsoft Dynamics CRM Web API Preview : https://msdn.microsoft.com/en-us/dynamics/crm/webapipreview.aspx What about if you need this features in earlier versions of CRM? Do you want a work around to achieve this? As you know the CRM Organization Data Service  can access from Web resources within the CRM context without specific authentications. What about accessing from an application outside CRM context? Here is my thought on this.  Create a wrapper WEB API which will internally use CRM assemblies to process data. Application    -> WEB API -> CRM API In ideal path we have to connect Web API to DB server. Since that is unsupported we will go through WCF layer Now let us create one Web API  Application: Create a controller.  for sample process we will create a controller calle...