Problem to connect to CRM 365 with SSRS

I have Visual Studio Data Tool 2012/2015 and I installed the extension SSRS  for dynamics CRM365. I created a connection with the following URL: https://spega.crm.dynamics.com I create a Fetch XML connection to the server and when I try it: I have a popup with the following message in popup windows : Credentials are already saved to … Continue reading Problem to connect to CRM 365 with SSRS

FETCHXML REPORTS

We can create custom reports using FetchXML, useful for both Online and OnPremise CRM. Quickly see a simple example, to get the list of all Contacts. Step 1: Open BIDS (Business Intelligent Development Studio) Step 2: Click New Project and select “Report Server Project”. Name your report “MyFirstFetchXMLReport”. Step 3: In Solution Explorer, Right Click on Reports Folder and Select … Continue reading FETCHXML REPORTS

Connect to CRM Online or On-premise using C# SDK

Follow the below Steps, to connect CRM Online or On-Premise using C#, Step 1: Include the below References in your project, you can get the same from Latest SDK. Open SDK and goto the path, SDK –> Bin for the dlls Microsoft.Crm.Sdk.Proxy Microsoft.Xrm.Sdk Step 2: Include the below Framework Assemblies in your project, System.Runtime.Serialization System.ServiceModel Step 3: Finally … Continue reading Connect to CRM Online or On-premise using C# SDK