Recently, a customer with a federated active directory setup got an error from the MS Online Services Team saying that they did not register a synchronization for at least 24 hours. The synchronization has been working fine until now but then suddenly stopped. We noticed the following errors
Read the full article hereUpdate Rollup 12 for Microsoft Dynamics CRM 2011 includes a new feature which allows you to easily call your Leads, Contacts, and Accounts via Skype. This functionality is available for phone number fields present on both process-driven forms and system or user-defined views. Those of you that are r
Read the full article hereIf you have signed up for a trial version of Microsoft Dynamics CRM 2011 lately, you may have noticed the slick new user interface. The new look is part of update rollup 12 and includes a few cool new features which I will run through in later posts. For now, let’s get familiar with the change
Read the full article hereOne of the most annoying little things with pre-rollup 12 versions of Dynamics CRM 2011 that I’ve noticed was that whenever you performed a task that produced a loading screen similar to the one above (most commonly while publishing) the whole computer freezes until it’s finished
Read the full article hereThis is a two part series; we’ll show you how you can write cross browser compatible code using Script# and jQuery. We’ve shown you our Xrm.Page Script# library in our earlier posts, if you haven’t had a change to look at it yet take a look at the CodePlex project (http://sharpxrmp
Read the full article hereMicrosoft Dynamics CRM 2011 has been out for a while now so you probably know about custom duration fields. Duration fields were previously found only on system entities and there was no way of adding custom ones to entity forms. In this post, we will take a closer look at duration fields and unders
Read the full article hereIn my last blogs I looked at creating a Goal Metric for measuring scheduled, completed and cancelled Phone Calls to be used in tracking the performance of Telesales Representatives in the successful completion of Phone Calls against a target. In this blog I will look at tracking how the actual
Read the full article hereIn my previous blogs I wrote about the components of a Goal Metric and describe the pre-defined Goal Metrics in Microsoft Dynamics CRM 2011. This blog covers adding a custom Goal Metric for measuring scheduled, completed and cancelled Phone Calls. In my next blog I will look at adding a Goal Metric
Read the full article hereThe team at Click dimensions recently posted this article on how sales managers can use Microsoft CRM to create dashboards and manage a sales pipeline. In this example they are using a SaaS business model but the principles are the same no matter what your model is. KPIs, Forecasting and Dashboard
Read the full article hereIn an earlier blog post of mine, I showed how to Default the Activities ‘Filter on’ to ‘All’ in Dynamics CRM 2011. Unfortunately the code provided in that blog post no longer works with Dynamics CRM 2011 on Rollup 12. This is due to the changes Microsoft have had to make to g
Read the full article hereTo conclude my series on the new ExecuteMultipleRequest as part of the December 2012 release for Microsoft Dynamics CRM 2011, we will take some time to take a look at the information made available within the ExecuteMultipleResponse. This includes the IsFaulted and Responses properties. I have run a
Read the full article hereIn my last post, I wrote about the new ExecuteMultipleRequest available in the December 2012 release of Microsoft Dynamics CRM 2011. I can conclude that this new method is fast, but how much faster is it than running single transactions at a time? To answer this question, we will conduct some tests
Read the full article hereI am excited to announce my favourite feature of the December 2012 release of Microsoft Dynamics CRM 2011 – the ExecuteMultipleRequest. This addition to the CRM SDK allows developers to create, update, and delete records in bulk for both on-premise and online deployments. In this blog, I will
Read the full article hereCRM 2011 SDK 5.0.13 has just been released. It includes quite a few goodies. One of them is a new method to get the correct url of the server. Old method “getServerUrl” has been deprecated and has been replaced with “getClientUrl” To use this new method simply call: Xrm.Page.
Read the full article hereWith an implementation of Microsoft Dynamics CRM 2011 you may or may not be aware that the license key you used for the installation is stored within the MSCRM_CONFIG database. Since this key is stored within Microsoft SQL Server, we can use T-SQL to extract it out along with some other useful setti
Read the full article here