Tag: Dynamics 365 CE
Connection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 2
Inkey, January 12, 20217687 Views
In our previous post, we saw what needs to be done in Azure and Dynamics 365. Now we will see the code part. Before we start with coding, the below nuget package should be installed. Nuget Package: Microsoft.CrmSdk.XrmTooling.CoreAssembly Reference link: https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly For installing the package, open the Visual Studio -> Tools -> NuGet Package Manager […]
Read moreConnection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 1
Inkey, January 8, 20214379 Views
I have come across various requirements from clients where it was more feasible to go with creating the C# console application for bulk processing the records in D365 CRM based on complex scenarios like updating the closed case entity records or uploading the files to SharePoint at specific location, or any scenarios that needed custom […]
Read morePower BI > How to fetch Dynamics 365 CE data
Inkey, September 20, 20197330 Views
Power BI provides several different ways to fetch data from Dynamics 365 CE and today I will share my know-how on them. 1. Dynamics 365 Online Connector This method is mostly used to fetch data from Dynamics 365 CE. Initially, this was the only method to fetch data from CE. To use this, go to Get […]
Read more