Posts by Category

Dynamics

Lookups – How to Disable ‘Recents’

Lookups – How to Disable ‘Recents’

less than 1 minute read

In my previous post, I showed how to use Custom Views to use linked entities to filter items in a lookup. As mentioned in the notes, one of the issues with this is that the ‘Recents’ still show and...

Using addCustomView with Lookups

Using addCustomView with Lookups

2 minute read

I recently wanted to filter a Lookup within Dynamics 365 to show Contacts where the linked Accounts’ Parent Account was a specific Account. The idea being that the user can select any Contact from ...

Dynamics 365 Solution won’t uninstall

Dynamics 365 Solution won’t uninstall

less than 1 minute read

Whilst uninstalling a managed solution I received an error message stating that one of my entities “did not have a valid QuickFind query”. I checked the entity and there definitely was a valid Quic...

Dynamics 365 & Azure DevOps – Unit Testing

Dynamics 365 & Azure DevOps – Unit Testing

1 minute read

In a previous post I have shown how to use Azure DevOps (was Visual Studio Team Services) builds with Dynamics 365 Build Tools to export an un-managed solution as a managed solution and then instal...

Dynamics 365 - Unit Testing Plugins

Dynamics 365 - Unit Testing Plugins

6 minute read

I am an advocate of using unit testing wherever possible. This is because it allows repeatable tests to run, usually in a fraction of a second. Using unit tests allows me to be confident that later...

Dynamics 365 – Show SharePoint Documents

Dynamics 365 – Show SharePoint Documents

2 minute read

In a previous post, I showed how to enable Dynamics 365 SharePoint integration. This allows you to store attachments in SharePoint instead of Dynamics – which is a lot cheaper and allows for better...

Dynamics 365 Reports – Open Link Error

Dynamics 365 Reports – Open Link Error

less than 1 minute read

I have used SSRS to create Dynamics 365 reports for a while. This report shows the users some Opportunity information and lets them click on the Opportunity name to open the record (see this post f...

Opening a record in Dynamics from SSRS

Opening a record in Dynamics from SSRS

1 minute read

One of the requests a user had recently was being able to click on the name of a sales document in a report and for it to open the record in Dynamics. I knew SSRS reports supported actions, but I w...

Dynamic Grouping using SQL Report Builder

Dynamic Grouping using SQL Report Builder

1 minute read

One of the requirements that came in recently was for some reports to be created, upon investigation the reports were the same but grouped differently. Rather than creating individual reports, I wo...

Back to top ↑

SharePoint

SharePoint Setting Ribbon Context using JavaScript

SharePoint Setting Ribbon Context using JavaScript

less than 1 minute read

I recently had a user ask me to create a web part page which had a document library & content editor web part which described the purpose of the library & where to get more information shou...

SharePoint / Nintex Forms Cross Domain Query

SharePoint / Nintex Forms Cross Domain Query

2 minute read

A requirement came in from a customer asking if it would be possible to use information from ‘List A’ and use it as validation on another form. At first I tried to directly access the list using Ja...

Back to top ↑