Creating a near real-time streaming interface for Dynamics CRM with Node.js – part 3

This is the third post in my four-part series about creating a near real-time streaming interface for Microsoft Dynamics CRM using Node.js and Socket.IO. In my last post I showed how to create the Node.js component of the solution to process messages received from Dynamics CRM and send notifications to connected clients. »

Creating a near real-time streaming interface for Dynamics CRM with Node.js – part 2

This is the second post in my four-part series about creating a near real-time streaming interface for Microsoft Dynamics CRM using Node.js and Socket.IO. In my last post I presented an overview of how a near real-time streaming interface can be used with Dynamics CRM, and I discussed the solution approach. »

Creating a near real-time streaming interface for Dynamics CRM with Node.js – part 1

Welcome to a four-part series about creating a near real-time streaming interface for Microsoft Dynamics CRM using Node.js and Socket.IO. In today’s post I will present an overview of how a near real-time streaming interface can be used with Dynamics CRM, and I will discuss the solution approachIn the second post, I will show how to create the Node. »

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 to this operation may have been a portion of a longer timeout. »

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 will show a similar, but slightly more complex integration that enables “find similar” functionality for emails stored in Dynamics CRM. »