XrmToolBox plugin for moving access team templates

Late last year I created a console application for moving access team templates between Dynamics CRM organizations, and I described it in this blog post. Following up on that, I've created an XrmToolBox plugin to make it even easier to move access team templates (with GUIDs) between CRM organizations. I've »

Console application for moving Dynamics CRM access team templates

When Dynamics CRM 2013 was released, I thought access teams were the new killer feature in that version, and I even developed custom workflow activity code to make managing access team membership easier by using connection records. I have thus far not had an opportunity to use access teams in »

Lots of Dynamics CRM sample code now available on GitHub

Over the years, I've shared a lot of code as part of my blogging, but I didn't do a particularly good job of making the code easily available outside of the individual blog posts. I also realized I didn't even have all the code where I could easily get to »

System.TimeoutException when importing translations with XrmToolBox

I've been using the completely awesome XrmToolBox to import translations for a large CRM organization, but I kept running into System.TimeoutException errors like the following: System.TimeoutException: The HTTP request to 'https://XXX/XrmServices/2011/Organization.svc' has exceeded the allotted timeout of 00:02:00. The time allotted »

Using IDOL OnDemand for text analysis in Dynamics CRM - part 3

In my last post I provided a detailed walkthrough of how to perform sentiment analysis on incoming emails received in Microsoft Dynamics CRM by parsing them with HP IDOL OnDemand’s sentiment analysis API and then storing the calculated sentiment values on the email records. In today’s post, I »