When developing, there are often things that you repeat on a regular basis. In order to speed up development, it can be helpful to have portions of code that are available for quick access. In a previous blog, I wrote about how you can use Visual Studio snippets to allow for quick creation of code&n
Read the full article hereWhen developing, there are often things that you repeat on a regular basis. In order to speed up development, it can be helpful to have portions of code that are available for quick access. With Visual Studio, it is possible to put together code snippets with templated variables, which allows for q
Read the full article hereIn the Dynamics 365 V9 update there is a new view for Contacts – the “All Contacts” view. However, attempting to open existing contacts from this view only results in the new contact form opening instead. If we look at the FetchXml for this view we can see that this view is missing the contactid att
Read the full article hereAlert.js version 3.0 is going to be available very soon, and with it comes a bunch of cool new features, most anticipated of all is the new ‘showPrompt’ function which enables you to create fully customizable prompts, similar to what dialog processes provide in Dynamics 365. Microsoft recently depre
Read the full article hereService Level Agreement (SLA) is one of the many features in Microsoft Dynamics 365 which can be used to manage services provided to clients. It is a level of service of contract between a Company and its Client. Suppose XYZ help desk needs to create a new service level agreement for a client (Frost
Read the full article hereMicrosoft Dynamics 365 lets you display the entity forms within your Dynamics 365 Portal (previously owned by ADX Portals). It empowers users to store information from the portal form directly into CRM. It’s a user-friendly interface that allows you to collect data from the portal without having to
Read the full article hereNow 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 here