James Downey’s CRM Blog
Thoughts on the technology and business of CRM

How to Measure Anything

Thursday, 15 July 2010 05:58 by James Downey

I’ve recently read and want to recommend Douglas W. Hubbard’s How to Measure Anything: Finding the Value of “Intangibles” in Business (2007). The book’s central premise is that anything can be measured and that any measurement, even a very imperfect measurement, provides value by reducing uncertainty and making for better decisions. And when the decisions are big and risky, reducing uncertainty adds a lot of value. Because the object of measurement is to make better decisions, not to collect data that is worthy of publication in a scientific journal, the object is not perfection, but rather good enough. The book introduces creative methods for performing measurements and introduces several basic and practical statistical methods, including an ingenious method for calculating the value of information.

The insights in the book have particular relevance to anybody engaged in a CRM or process improvement project. We often face trade-offs between collecting data that might be of value to executive decision makers and burdening users with too many required fields. As we all know, salespeople particularly hate to perform data entry. This book provides guidance about how to go about judging which data is worth collecting and how to collect it as simply as possible.

Currently rated 3.5 by 2 people

  • Currently 3.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (1134) | Comment RSSRSS comment feed

Dynamics CRM 2011

Thursday, 15 July 2010 05:49 by James Downey
Microsoft has announced at the Worldwide Partner Conference that the public beta for CRM 2011 will be available in September. From what I've seen so far, it is clear that this is a major upgrade. I'm particularly excited about the great advances in the Outlook user experience and in data visualization. Check out the sessions at WPC: http://microsoft-crm-au.spaces.live.com/Blog/cns!4D66C5AE1389F5D8!1638.entry.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (730) | Comment RSSRSS comment feed

My Other Blog

Thursday, 15 July 2010 05:42 by James Downey

In addition to this blog, which I keep focused on Dynamics CRM, I've started keeping another blog at www.CloudOfInnovation.com, which covers a broader range of topics, mostly regarding process improvement and innovation. Since I'm a active member of SDForum (www.SDForum.org), I also write about association events at this other blog. I even post articles there that I write for the SDForum newsletter. So please follow my alter ego blog as well.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (342) | Comment RSSRSS comment feed

Silicon Valley Code Camp

Monday, 31 August 2009 11:36 by James Downey

The Silicon Valley Code Camp is a free event by developers for developers that will take place during the weekend of October 3rd and 4th at Foothill College in Los Altos, CA. Regardless of your language and platform of choice, this is the place to be for developers interested in learning new skills and keeping up with the latest technologies.

I will be giving a presentations on Workflow Foundation (WF4) in .Net 4.0. I'll go over the basic concepts, what's new, and run through a few demos in Visual Studio 2010. WF4 will be an important topic for SharePoint and Dynamics CRM developers as new versions of these products will be built on this foundation. The powerful combination of WF and WCF made possible by a new application server, currently code-named Dublin, will make this an enticing technology for all .Net developers.

My colleage, Joseph Ackerman, will be giving presentations on SharePoint development, which will be based on a great deal of real world experience.

I hope to see you in Los Altos.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (1938) | Comment RSSRSS comment feed

Pulling Attribute Values into Variables from FetchXML Result

Friday, 26 June 2009 06:39 by James Downey

Over the years, I've recieved several emails from users of FetchXML Builder about how to pull the data retreived by CrmService Fetch method into variables. When you use FetchXML Builder, you will see rather quickly that the results are returned as XML so it makes sense to use the XmlDocument class to manipulate this data. So start by placing a "using System.Xml;" clause at the top of your C# file and modify the code below to fit your needs.

string result = service.Fetch(fetchXML);
string attributevalue;

XmlDocument doc = new XmlDocument();
doc.LoadXml(result);

foreach(XmlNode node in doc.DocumentElement.ChildNodes)
{
     attributevalue = node.SelectSingleNode("mycrmattribute").InnerText;
}

Currently rated 4.3 by 7 people

  • Currently 4.285714/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   FetchXML
Actions:   E-mail | del.icio.us | Permalink | Comments (2659) | Comment RSSRSS comment feed

XRM versus Packaged Applications

Friday, 26 June 2009 06:10 by James Downey

Whenever business users make a request to IT for a new business application, the traditional choice has been to build or buy. Cloud computing added a variation on the theme, to buy or build in the cloud. Line-of-business application platforms like Dynamics CRM provide a third choice, which falls someplace between buying and building. It is like buying in that there are licenses and some out-of-the-box functionality. It is like building in that you will need to define new entities, attributes and relationships, new workflow processes, and new user interfaces.

The advantages that Dynamics CRM has over building an LOB application from scratch using a programming framework like Java or .Net is that it makes it possible for business analysts, or other non-programmers, to build basic applications on their own and enables developers to build applications in dramatically less time. I listed many of the features that make this possible in an earlier post on XRM.

While Dynamics CRM cannot in all cases effectively substitute for specialized LOB applications, it does offer quite compelling advantages that make it worth considering.

Licensing
Licensing is the first obvious advantage. Rather than paying licensing fees per user per application, each user requires only a license to Dynamics CRM. No matter how many additional applications an organization builds on top of Dynamics CRM, no additional licenses are required.

Maintenance
Building applications on top of Dynamics CRM as opposed to buying multiple proprietary systems dramatically reduces maintenance costs. It removes the need for staffing a help desk with expertise on each specific application, following the upgrade schedule of multiple vendors, meeting the specific infrastructure requirements for each application, and provisioning accounts and managing permissions across applications. The consistency of the user experience across Dynamics CRM apps also reduces training costs. Just train users in Advanced Find once and they can query data across any application and build their own reports all without calling the IT department. The seamless integration with the ubiquitous Office products further enhances usability.

Customization
Because each business has its own unique business model and processes, there is almost always a need to customize LOB applications, even applications built for very specific purposes such as project management and time sheet entry. IT departments are often frustrated when trying to customize proprietary systems because of a lack of documentation and dependence on specialized consultants hired out at a high price by the software vendor. In some cases, a vendor will inform IT that the customization is simply not possible and that they will have to wait until the next release, which might include the requested customization as a feature. Dynamics CRM was designed to make customization easy, it is well documented and the work can be performed a power user. More extensive customizations require a .Net programming but this skill is more generally available than are the skills required to customize most proprietary applications.

Integration
There are few challenges in IT more frustrating than integrating applications that were never intended to play nicely together. Despite years of hype over XML, web services, and service oriented architectures, integration remains painstaking and expensive. The more LOB applications an organization installs, the greater the cost of integration. Dynamics CRM offers a simple answer. Create all of those applications within Dynamics CRM and they are integrated from the get go.  Just use the web interface to create relationships between new entities and existing entities and you have instant integration. This integration ties together the user interface, reporting, business logic and workflow.

So whenever you face that buy or build decision, give Dynamics CRM serious consideration.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   xRM
Actions:   E-mail | del.icio.us | Permalink | Comments (1976) | Comment RSSRSS comment feed

Ben Riga's Blog

Thursday, 25 June 2009 11:40 by James Downey
I met Ben Riga yesterday evening when he presented on Dynamics CRM at the SDForum in Mountain View, which is a short drive from where I'm working in Sunnyvale. The crowd of .Net developers were quite open to the platform and had a lot of questions. Check out Ben's blog and his many great presentations on Dynamics CRM as a platform.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

XRM User Group

Thursday, 25 June 2009 11:33 by James Downey
I'd encourage CRM developers to follow the events at the XRM Virtual User Group. It is a great way to keep up with what other developers are doing with Dynamics CRM such as extending it with Silverlight and SharePoint.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

CRM and XRM

Thursday, 25 June 2009 11:19 by James Downey

The Dynamics CRM team at Microsoft have been busy promoting the XRM theme. xRM means using CRM as a platform for line-of-business applications that either extend the traditional functionality of CRM or add new functionality completely unrelated to sales, marketing and service.

Whether we call it CRM or XRM, Dynamics CRM is an ideal platform for line-of-business for two fundamental reasons.

First, LOB applications are intended to make business processes more efficient. Because the primary business processes of an organization are those that serve its customers, it makes sense to build those processes into a tool that already contains customer data. I’m now working on a project that incorporates certain project management information into CRM. Building the functionality in CRM saves time because it is easy to relate the data to customers and opportunities. It also enhances the value of CRM because the CRM system can display more of a 360 degree view of the customer.

Second, Dynamics CRM offers tremendous technical advantages as a development platform for LOB applications.  I find the easiest way to think of the difference between what you get when you create a custom entity without any custom development.

  • Consistent user interface
  • Data model with SQL views filtered for security
  • Web Services Interface (both strongly typed and dynamic)
  • Event framework
  • Workflow Workflow Framework with easy-to-use interface and monitoring
  • End-user search and reporting with Advanced Find and a Reporting Wizard
  • Office integration (Outlook, Excel, Word)
  • Offline synchronization
  • Notes and Activities easily associated with records
  • Role-based Security
  • Import wizard for user's to easily import data from .csv files

Just click a button to create a new entity and the platform automatically generates what would have taken several months of development. And Dynamics CRM provides all of these additional features without limiting the developer’s ability to extend the solution through .Net coding.

So whether you call it CRM or XRM, the key point is not to limit the potential of the platform by staying with the traditional bounds of marketing, sales and service.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   xRM
Actions:   E-mail | del.icio.us | Permalink | Comments (2207) | Comment RSSRSS comment feed

Great Press about Dynamics CRM

Tuesday, 13 January 2009 05:27 by James Downey

Paul Greenberg has posted a great blog entry about the amazing power of Dynamics CRM as a platform. Paul does a great job of explaining how five different companies were able to develop applications on top of Dynamics CRM in just five days. He was clearly blown away.

The research giants Forrester and Gartner have also stepped up their praise. Forrester has given Dynamics CRM very high rankings (above Salesforce.com) for the midmarket and enterprise and Gartner has ranked Dynamics CRM highly (above Salesforce) in its magic quadrant for contact centers.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (1800) | Comment RSSRSS comment feed