Now that Microsoft are enforcing TLS1.2 for Dynamics 365 V9, a bunch of older tools will no longer be able to connect to CRM. This currently also includes the Report Authoring Extension for SQL Server Data Tools that allows creating FetchXml reports, as there has been no new version released for V9
Read the full article hereThe previous blog covered details on using User Credentials to authenticate with Dynamics CRM 365 Online. This can be a problem when executing long running background application processes that integrates with Dynamics CRM 365 Online. The problem is that a User can change their password theref
Read the full article hereIf you created a new Microsoft Dynamics instance recently, you may have noticed that the version of the instance is v9.x. If you created this for dev purposes, you may need this to be CRM v8.x or perhaps an even earlier version, and thankfully it’s pretty easy to set this up. Please note that this s
Read the full article hereWith the move to Dynamics 365 version 9.x, many new methods have been added to the Client API. One of the particularly useful ones is the ability to (in a now supported manner) save files directly from Dynamics 365. A link to the documentation can be found here: https://docs.microsoft.com/en-us/dyn
Read the full article hereI recently had to write a plugin for a client that would be triggered when a user was created. This plugin would create some custom settings records for that user. The first thing I tried was creating these records when a user was created however despite being able to register a plugin on create of
Read the full article hereRecently, we upgraded a client’s CRM 2011 to Dynamics 365. On the forms of many entities, the Social Pane wasn’t working normally. The users were not able to add activities and notes. After some trial and error, I found a solution this problem. I created a new form for the affected entities
Read the full article herePanels are a convenient feature introduced as a preview feature in the December 2016 update for Dynamics 365 (see: https://msdn.microsoft.com/en-us/library/mt790281.aspx ). Although technically available, the functionality didn’t appear to do anything until version 9 (tested with v8.2 on-premise). T
Read the full article hereOne of the great features in the release of Dynamics 365 was out of the box functionality to display the progress indicator on the form. It’s most beneficial in cases where users have to wait for the data to load or for the long-running process to complete. It may also be used to prevent users from
Read the full article hereRecently, we upgraded a client’s CRM 2011 to Dynamics 365. For some entities, the associated view of related entities of a record didn’t have the correct width when accessed from the navigation area, resulting in some whitespace to the right of the screen as shown in the yellow highlighted area belo
Read the full article hereIn Microsoft Dynamics 365 online, timeout for a user’s session is set to 24 hours by default. This means a user is not required to re-enter their login details for up to 24 hours. However, now we can update these settings based on our requirements. In this blog, I will go through the steps to make s
Read the full article hereIntegrating with Dynamics 365 Online is straightforward since it exposes Web API endpoints. But the hardest bit is authenticating since Dynamics 365 Online uses OAuth2.0 as an authentication method, a valid access bearer token issued by Microsoft Azure Active Directory is needed and used in every HT
Read the full article hereWith the release of the Server-side Sync SharePoint integration with Microsoft Dynamics CRM 2013, one of the features that did not carry over from the list component was displaying of SharePoint folders. If a document folder contained say 4 folders each with its own documents, in the Documents area
Read the full article herePrior to the V9 update to Microsoft Dynamics 365, if a JavaScript Web Resource was dependent on another, both had to be added to the forms scripts or on a ribbon button command in the correct order. Forgetting to add a required JavaScript library to the form was one of the most common errors f
Read the full article hereRecently I was tasked with developing a scheduled service which would be hosted in Azure. This service needed to retrieve data from a database and update the corresponding records in a Dynamics 365 instance. For this I decided to go with an Azure Web Job, over other options like Cloud Services and A
Read the full article hereOne of the most welcome new features in Dynamics 365 Version 9 is the new view editor, which has improvements over the old view editor such as being able to add and reorder fields via drag and drop. However, it is only available inside the App Editor, which means if you try and edit a view within a
Read the full article here