The ability to import data from spreadsheets is a powerful and useful functionality in Microsoft Dynamics CRM. It allows business users to collect massive amounts of data all into Microsoft Dynamics CRM such that users are able to keep track of customer information all into one place. This is becaus
Read the full article hereI’ve been experimenting with different types of test automation tools such as Selenium with Microsoft Dynamics CRM. So far, I’ve been experimenting with how I can navigate through a Microsoft Dynamics CRM solution such that I can simulate test cases and automate tests later on. Selenium is a tool su
Read the full article hereI continue to be amazed at the habits which Stephen Covey presented in “The 7 Habits of Highly Effective People.” I find that the way I handle situations has changed. Today I will share more on how the habits have inspired me. Proactivity In the book, Stephen Covey shared a story of Viktor Frankl.&
Read the full article hereMicrosoft Dynamics CRM 2016 Service Pack 1 (SP1) introduces the “Customer” field type – a new data type which gives you the ability to add a lookup field to a customizable entity which allows users to select Accounts or Contacts. Requests for this feature date back to the CRM 4.0 days, so it is nice
Read the full article hereTesting is a critical component in the software development lifecycle as it defines the quality of the software product to test. It is the process of validating and verifying the software product such that it meets business and technical requirements during the planning, design and development proce
Read the full article hereCRM vendors and partners provide different services, operate differently and think differently. It’s important to know which you need and how to work with either a vendor or a partner to maximise results The CRM vendor The CRM vendor’s business model is selling CRM services: they undertake CRM proj
Read the full article hereA new feature in Dynamics CRM 2015 Update 1 was ‘Immersive Excel’. This allows you to export data in a view from CRM to Excel Online, edit the data there, and then save those changes back to CRM. You never leave CRM, the Excel Online window opening up right there within CRM. It’s a really quick way
Read the full article hereWith the release of CRM 2016 we gained access to the new and improved Interactive Service Hub, designed by Microsoft to replace the old knowledgebase functionality of previous versions, as well as to provide a host of new features for CRM users who work primarily in service. Part of the new knowledg
Read the full article hereRecently while trying to programmatically migrate Personal Email Templates between CRM organisations I got this error: “An unhandled exception of type 'System.ServiceModel.FaultException`1' occurred in Microsoft.Xrm.Sdk.dll Additional information: An unexpected error occurred.” Event Viewer didn’t g
Read the full article hereIn CRM 2016, when turbo forms are enabled, pretty much any unsupported code will break. Usually it’s easy enough to add a ‘parent.’ To the front of any unsupported code, however if you’re using the code from my blog post on how to do this in CRM 2013, there’s a few tricky things that need to be upda
Read the full article hereWhy would you want to do this? Well if you’re reading this you probably have a good enough reason. My reason was because we needed to retrieve a personal view in a plugin. It needed to be a personal view because certain users should be able to edit the view, and we can’t give users access to customi
Read the full article hereWhile performing test patch updates to our clients in Auckland, Wellington and Christchurch we encountered strange behaviours with Microsoft Dynamics CRM 2016 Update 0.1. Microsoft Dynamics CRM 2016 Update 0.1 fixes a lot of issues with the RTM build of CRM 2016, but also introduces some major prob
Read the full article hereIn CRM if we want to filter a query using a particular lookup value, e.g. if you had a lookup to Country and you wanted to query all Accounts where the Country is New Zealand, you could achieve this in a couple of different ways. The first and most obvious way, is to directly reference the country
Read the full article hereThe CRM 2016 Interactive Service Hub has a lot of similar functionality to vanilla CRM that's presented in a new format, including the old ability to create a new record of an entity from a lookup field by clicking the '+ New' button. However, if you do this within the Interactive Service Hub, in
Read the full article hereWe thought it would be interesting to see if we could visualize Dynamics CRM system usage by users throughout the system similar to the way Internet attacks are displayed (https://cybermap.kaspersky.com). You might be wondering why you’d want to do that, well, it’s always interesting looking at a l
Read the full article here