In my previous post, we saw how to change the default logo image in Unified Service Desk. Today we’ll customize the application further by adding a toolbar to the top of the screen. The toolbar will contain three buttons – Dashboards, Search, and Collaboration. The Collaboration button
Read the full article hereIn Dynamics CRM 2013, and even CRM 2015, finding the entity you’re looking for can be difficult using the Site Map. If you have a lot of entities in your sitemap, or if the entity you need to create isn’t even in the site map, it can be difficult to get to where you need to be to create
Read the full article hereWhen you download and install Unified Service Desk for Microsoft Dynamics CRM, you would have noticed that the USD Desktop Client displays a “Unified Service Desk” logo in the top left-hand corner of the window. Perhaps your organisation wants to refer to USD by some other name, or maybe
Read the full article hereIn my previous blogs in this series I have demonstrated how to connect Microsoft Excel 2013 Professional Plus to a Microsoft Dynamics CRM Online Organisation, download Account, Contact and Opportunity ODataSets and update those ODataSets using Power Query so that they are ready to be used for develo
Read the full article hereWhile onsite at a client I received a support request that a user could not update certain values on an entity. These fields were read only fields that were set by JavaScript by changing the values of other fields. On create of a new record the user reported that the values would save successfully,
Read the full article hereI definitely reckon you that you had to fill all required fields every time you test a small piece of code on an entity form, right? For example, you may have added some JavaScript code to the onSave event of a form and when it comes to testing, you need to manually fill in all of the required field
Read the full article hereIn my previous post, we looked at how to download and install the Unified Service Desk CRM components and the desktop client. The next step on the USD journey is to configure USD inside Microsoft Dynamics CRM 2013 to give your agents the best experience while working with the application. In this po
Read the full article hereRecently I assisted a customer in troubleshooting an issue configuring Microsoft Dynamics CRM 2013 for Outlook. After pointing to the correct Discovery service, entering the user’s credentials and then selecting an organization from the list, I received the following error: Object reference n
Read the full article hereIn my previous blog I demonstrated how to transform DateTime columns, from the Microsoft Dynamics CRM Online Organisation ODataSets loaded into Microsoft Excel, into Date columns and Year columns. There is however a step to be completed prior to that if you want the DateTime values to be converted f
Read the full article hereThere are many testers who prefer to write test cases in excel as it is easier and one can view all the test cases in one single page and then copy it across to TFS. Copying test cases from Excel to TFS one by one is a very time consuming task. The alternative to that would be using Test case Migrat
Read the full article hereIn this article I’d like talk about forcibly calculating Rollup fields using the Microsoft Dynamics CRM SDK. In the Dynamics CRM web client, rollup fields are refreshed/calculated by asynchronous System Jobs. However in the SDK, you can force calculate rollup fields instantly without waiting f
Read the full article hereI have previously taken you through an overview of Unified Service Desk for Microsoft Dynamics CRM. In today’s blog post, we’ll see how easy it is to download and install Unified Service Desk for Microsoft Dynamics CRM 2013. Downloading Unified Service Desk Unified Service Desk is free t
Read the full article hereIn this blog on this series on using the Power BI tools in Microsoft Excel to analyse and report on information retrieved from a Microsoft Dynamics CRM Online Organisation I will demonstrate how to transform Date/Time columns in the ODataSets. In my previous blog I demonstrated how to transform the
Read the full article hereNovember 5th we held our last NZ Auckland CRM User Group for the 2014 year. The meetup site has been great for managing and tracking the session information, registrations and the CRM community within Auckland and reaching out to the wider NZ. This blog post will summarise the presentations (known
Read the full article hereWhen creating a new record using the CreateRequest, you can pass a parameter to the message to ignore the Activated Duplicate Detection rules. Rather than programmatically unpublishing related Duplicate Detection rules in a custom integration or migration tool, you can now keep your rules published
Read the full article here