Imagine you have an external system pushing some customer data to your Dynamics 365 environment overnight and sometimes it requires longer than an hour throwing a 401 error. In this article, I'll describe how you can extend the lifetime of the access token used to connect to the Microsoft Dataverse API in order to resolve … Continue reading Extend access token lifetime
Category: Development
Deploy Custom API using spkl
I have been recently testing the new Custom API functionality and how it could be integrated with spkl. This article describes some of those tests and the current status. In case you are not familiar with spkl, it is a great development and open-source tool created and driven by Scott Durow (thanks for all this … Continue reading Deploy Custom API using spkl
Level Up God Mode
Level Up for Dynamics 365 is one of the most useful productivity tools if you are working with the Power Platform and model-driven apps. This utility is a Chrome extension that allows users to perform advanced actions, that normally would require JavaScript bookmarklets. In this article I'll describe how God Mode works and cover some … Continue reading Level Up God Mode
Simulate long operations in Dynamics 365 (CRM)
This article describes how to simulate a long operation in Dynamics 365 (CRM) using a simple custom plugin that introduces a delay using the Thread.Sleep function. Background: recently we have been investigating an issue regarding some timeouts happening in a third party application which connects to our Dynamics 365 service. At the moment, it is difficult to tell … Continue reading Simulate long operations in Dynamics 365 (CRM)
Dynamics CRM 2015 SDK and Developer Toolkit
The new CRM SDK 2015 doesn't give support yet for our known CRM Developer Toolkit, which has been part of the CRM SDK until CRM 2013. Basically, the CRM SDK 2015 assemblies have been compiled with .NET Framework 4.5.2, but CRM Developer Toolkit was compiled using NET Framework 4.5. See the next Microsoft article for more details. For instance, let's check the … Continue reading Dynamics CRM 2015 SDK and Developer Toolkit
Microsoft publishes CRM SDK in NuGet (Visual Studio)
CRM SDK is now also available from the Visual Studio extension NuGet. This extension is a provider of third party packages where anyone can participate and publish their own ones. This makes very easy to add third party assembly references. Install NuGet in Visual Studio from "Tools => Extensions and Updates" Once NuGet is installed, … Continue reading Microsoft publishes CRM SDK in NuGet (Visual Studio)
Microsoft Developer Network
Microsoft Developer Network has just launched. Microsoft wants to enhance the experience to add better support for the growing number of developers that are embracing Microsoft’s platform and technologies for the first time. There were a few goals Microsoft targeted with the Microsoft Developer Network experience: Simple: The new Microsoft Developer Network site is designed to help developers easily … Continue reading Microsoft Developer Network