Posted By: Ben Riga | Aug 13th, 2008 @ 4:11 PM | 49,064 Views | 3 Comments

In the last episode we talked about Microsoft Office SharePoint Server; in this one we talk about Microsoft Office on the client side.

CRM actually integrates really really well with Microsoft Office Outlook right out of the box.  That’s a natural as it’s the place where many people work day-in day-out (and especially those sales and marketing folks).  But what about those people that need that data in Word or Excel?  In this episode we talk about how easy it is to customize the integration of Dynamics CRM with Microsoft Office on the client side.  This category of applications, often referred to as Office Business Applications (OBA), help to unlock the value of line-of-business (LOB) systems, such as the ones built on the Dynamics CRM platform, and turn document-based processes into real applications.   There’s lots more info about these types of apps over at OBA Central.

In the demo Girish put together, we see how the app is surfaced with a custom ribbon.  This in turn opens a Status Report template which has a custom task pane.  That task pane pulls all the relevant information for my status report from the CRM server (in our case CRM Online).  It authenticates and then grabs the project info.  When I choose a Project it also pulls in the work items for that project.  Just like with the SharePoint example, it’s trivial to open a CRM form right from within Word where I review more detailed info or even start an Office Communicator session with the owner of the work item.

I can then insert the work items along with descriptions and hours worked directly into the status report.  Since you’ll want to share that status report with your customer, Girish built in the ability to publish it to Office Live Small Business.  Office Live is the ideal place for sharing documents with customers or partners who won’t have access to SharePoint sites behind your firewall (and it’s free!).

The secret sauce that allows these kinds of apps to be developed so quickly is right in Visual Studio in the form of Visual Studio Tools for Office (VSTO).  As you might expect, the same authentication code we used in the SharePoint example is used for authentication from with the OBA.  Then it’s just a case of using the Dynamics CRM web services to pull info from CRM and post it into the Word doc.  Nice!

Rating:
1
0
If you wish to explore further, I've posted the source code for a basic sample and a screencast walkthrough here http://blogs.msdn.com/girishr/archive/2008/08/18/creating-an-oba-word-add-in-for-crm.aspx 
Girish, thank you for the demonstration on the capalities of CRM and OBA. It was also nice to see an introductory tutorial to help me get started with this as well. I noticed in the video above that you had created a custom ribbon with other custom buttons that when clicked, pulled data from CRM into the pane. Would you be able to recommend any tutorials or have any advice on how to go about creating that piece? Thanks again.
Hello Tyler,

There is a 3-part MSDN arcticle on customizing the ribbon here: http://msdn.microsoft.com/en-us/library/aa338202.aspx and it should help you with the basics of Ribbon development as well.

To connect Word Taskpane to CRM, we have a great hands on lab as part of the CRM 4.0 Developer Ramp-up kit here: http://msdn.microsoft.com/en-us/library/dd393296.aspx. In Lab2, there are detailed instructions on how a developer can connect the MSWord pane to CRM and pull information onto the document directly.

Hope this helps.
Microsoft Communities