Performing Organization Requests from C# for Dynamics 365
In Dynamics 365, you may want to perform an Organization Request in a piece of custom code in order to trigger an Action, or perform an undocumented SDK operation.When attempting to do this from...
View ArticleHow to Fix the Connections Lookup Error in Dynamics 365 Version 9.0.1.510
In this version of Dynamics 365 there is a bug when you click on the lookup icon on a connection form. The error that occurs is:Where the field changes depending on the lookup you press. This is a bug...
View ArticleHow to Trigger JavaScript on an Editable Grid in Dynamics 365
Editable grids are an awesome new feature within Dynamics 365, if you haven’t had a chance to play around with them then I suggest you do. Also, check out my blog: Introduction to Editable Grids in...
View ArticleHow to Fix Error When Qualifying a Lead in Dynamics 365
Have you ever pressed ‘Qualify’ on a lead and been greeted with the below error in Dynamics 365?Intrigued, you press ‘Download Log File’ and are presented with text such as:<s:Envelope...
View ArticleHow to Create a Microsoft Dynamics 365 Trial Portal
Web Portals are a great way to provide information about your business, generate leads or even provide support for your customers. Dynamics 365 offers a web portal which is integrated with your...
View ArticleSetup Inactivity Timeout in Microsoft Dynamics 365 Online
In Microsoft Dynamics 365 online, we have the option to set up an inactivity timeout, which automatically logs the user out of CRM after a certain period of time. The setup process is quite easy and in...
View ArticleOverview of SLAs for Opportunities in Dynamics 365 - 1 of 7
In this series I will demonstrate how to enable Opportunities for Service Level Agreements (SLAs), configure multiple SLA KPIs, and create a Service Level Agreement (SLA) with multiple SLA Items for...
View ArticleTips for Creating Interactive HTML Web Resources in Dynamics 365
HTML Web Resources can be a super handy way to add additional functionality to a form, whether this is to add information from an outside source, or to add (what amounts to) a custom control to the...
View ArticleHow to Configure SLAs for Opportunities in Dynamics 365 - 2 of 7
↩ Part 1 - Overview of SLAs for Opportunities in Dynamics 365In this article I will demonstrate how to configure the Opportunity entity in Microsoft Dynamics 365 for Service Level Agreements...
View ArticleUsing MultiSelect Option Set field to Hide Navigation Items in Dynamics 365
Dynamics 365 July Update includes a new attribute type called “MultiSelect Option Set”. It is like the existing “Option Set” attribute type, except now a user can make multiple selections.We can use...
View ArticleConfigure SLA KPIs for Opportunities in Dynamics 365 - 3 of 7
↩ Part 2 - How to Configure SLAs for Opportunities in Dynamics 365In this article I will demonstrate how to configure the three custom SLA KPIs described in the previous two articles for...
View ArticleConfigure Forms and Views for SLA KPIs in Dynamics 365 - 4 of 7
↩ Part 3 - Configure SLA KPIs for Opportunities in Dynamics 365In this article I will demonstrate how to configure the forms and views for SLA KPI Instances and Opportunities for displaying the SLA and...
View ArticleUsing Multiple SLAs for Opportunities in Dynamics 365 - 5 of 7
↩ Part 4 - Configure Forms and Views for SLA KPIs in Dynamics 365In this article I will demonstrate how to configure a Service Level Agreement (SLA) for Opportunities with multiple SLA Items based on...
View ArticleConfigure Business Logic for SLAs in Dynamics 365 - 6 of 7
↩ Part 5 - Using Multiple SLAs for Opportunities in Dynamics 365In this article I will describe some business logic that needs to be implemented for Opportunities for the effective operation of the...
View ArticleTesting SLAs for Opportunities in Dynamics 365 - 7 of 7
↩ Part 6 - Configure Business Logic for SLAs in Dynamics 365In this article, the final article, in this series I will describe how I tested the SLA and demonstrate the results of a basic test.The...
View ArticleCan't Find Any Apps Error on Dynamics 365 v9 Mobile Client
When a non-admin user tries to access Dynamics 365 through mobile client, by default they have no apps to select. They are shown a message on the home screen which reads: “We can’t find any apps for...
View ArticleJavaScript and the Dynamics 365 WebAPI for Beginners - Associating Records
An action that needs to be commonly performed in Dynamics 365 is associating and disassociating records. These records may be associated via a 1:N or an N:N relationship, and you may want to either...
View ArticleHow to Prevent Creation of Duplicate Records in Dynamics CRM Online
When using duplicate detection rules, it is not possible to stop creation of a duplicate record, you can still proceed to create the record if you wish. You may wish to prevent creation of a record...
View ArticlePreventing Duplicate Email Signatures in Workflows in Dynamics 365
When generating emails automatically in Workflows, you often will want to include a signature. It is possible to retrieve the Email Signature entity in a Custom Workflow activity and return the HTML...
View ArticleCommon Errors When Working with the Dynamics 365 WebAPI
Like anything, the Microsoft Dynamics 365 WebAPI has its quirks. It can be confusing at times, and occasionally does some odd things. I’ve compiled here a short list of some of the more confusing...
View Article