How to get Client ID and Client Secret Key in CRM 2016?
I have created Online Dynamics 365 30 days trial version.I want Client ID and Client Secret Key to call Web API using OAuth 2.0. How to get them?
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 1
First off, what is Chocolatey? Chocolatey is a package manager for applications. So NuGet for Windows quite literally as the package formats are the same. There’s one or more repositories (again it’s...
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 2
This is going to focus on the Chocolatey package set up and the code used to build updated packages. Project structureA single git repository which contains folders for each package / application /...
View ArticleVisual Studio 2017 - Dynamics 365 SDK cant connect to server
1. I downloaded the Developer extensions and the developer toolkit. (vsix for dynamics)2. Updated the manifest with the version 15 instead of the 14.3. Got both installations completed 4. Instead of...
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 3
This is going to focus on setting up Azure DevOps to host the NuGet package feed and keeping the packages up to date. In case you missed the other posts in this series, part 1 provided an overview of...
View ArticleConnect Dynamics CRM to Asp.Net Core 2.0
Can anyone refer me to documentation that shows how to connect an Asp.Net Core App to CRM online?Things I found based on my research: Web Api seems to be a logical way to get/query data from CRM.I...
View ArticleCRM Numeric Workflow Utilities v2.3.0.0
Small update which added a few new items. I'm pleased to say that the first two were contributed by Suleiman Ali, it's much appreciated.Nth Root - calculates root value of a numberRaise To The Power -...
View ArticleCall an external Web Service from Plugin - Dynamics crm ONLINE
Hi all.I'm facing a Permission error when i try to call an external WebService from my plugin.Notes:1. The web service was developed by another company and they said that they could not put a friendly...
View ArticleDynamics CRM 2016 (Online) WebAPI Query
I want to make string desc as int desc while using web api query.ex) string desc -> 2, 10, 1 int desc -> 10, 2, 1Query :...
View ArticleRun Automated Tests When Your D365 CE Org Gets Updated
With online D365 CE instances getting updates pushed regularly it makes it almost impossible to ensure that you’ve tested against the latest bits. That’s assuming you even know about each update since...
View ArticleAzure DevOps D365 Build & Test Agent Using An Azure Container Instance –...
What was I hoping to accomplish by doing this?Working with Azure DevOps build and release pipelines can be a slow and tedious process, even more so using the hosted agents that are provided. I find it...
View ArticleAzure DevOps D365 Build & Test Agent Using An Azure Container Instance –...
In Part 1 I covered the reasoning for choosing a container and the performance gains that resulted in the build process. Creating the container imageI’m not the first person to think of using a...
View ArticleAzure DevOps D365 Build & Test Agent Using An Azure Container Instance –...
Part 1 covered the reasoning for choosing a container and the performance gains that resulted in the build process.Part 2 reviewed the components that were chosen to be installed to support the build...
View ArticleGet Latest Solution Patch Name With PowerShell
Someone might find this useful if trying to move solutions around using Azure DevOps & PowerShell. I wanted to automate export of the latest solution patch using the Microsoft.Xrm.Data.Powershell...
View ArticleHow to get Client ID and Client Secret Key in CRM 2016?
I have created Online Dynamics 365 30 days trial version.I want Client ID and Client Secret Key to call Web API using OAuth 2.0. How to get them?
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 1
First off, what is Chocolatey? Chocolatey is a package manager for applications. So NuGet for Windows quite literally as the package formats are the same. There’s one or more repositories (again it’s...
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 2
This is going to focus on the Chocolatey package set up and the code used to build updated packages. Project structureA single git repository which contains folders for each package / application /...
View ArticleVisual Studio 2017 - Dynamics 365 SDK cant connect to server
1. I downloaded the Developer extensions and the developer toolkit. (vsix for dynamics)2. Updated the manifest with the version 15 instead of the 14.3. Got both installations completed 4. Instead of...
View ArticleUsing Chocolatey to Distribute Developer Tools - Part 3
This is going to focus on setting up Azure DevOps to host the NuGet package feed and keeping the packages up to date. In case you missed the other posts in this series, part 1 provided an overview of...
View ArticleConnect Dynamics CRM to Asp.Net Core 2.0
Can anyone refer me to documentation that shows how to connect an Asp.Net Core App to CRM online?Things I found based on my research: Web Api seems to be a logical way to get/query data from CRM.I...
View Article