<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>East Region Microsoft CRM Blog : Convergence</title><link>http://blogs.msdn.com/midatlanticcrm/archive/tags/Convergence/default.aspx</link><description>Tags: Convergence</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Business Data Catalog  - Follow-up from Convergence</title><link>http://blogs.msdn.com/midatlanticcrm/archive/2008/04/28/business-data-catalog-follow-up-from-convergence.aspx</link><pubDate>Mon, 28 Apr 2008 22:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8435981</guid><dc:creator>Ben Vollmer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/midatlanticcrm/comments/8435981.aspx</comments><wfw:commentRss>http://blogs.msdn.com/midatlanticcrm/commentrss.aspx?PostID=8435981</wfw:commentRss><wfw:comment>http://blogs.msdn.com/midatlanticcrm/rsscomments.aspx?PostID=8435981</wfw:comment><description>&lt;P&gt;So I know that this way overdue. Way. After Convergence, I came back and went on vacation and then Beth was in the hospital for an unexpected week. There is a decent summation of the event from Brian Willson of the Microsoft Chemicals Team. &lt;A title=http://blogs.msdn.com/chemicals/archive/2008/03/13/a-good-dynamics-crm-blog.aspx href="http://blogs.msdn.com/chemicals/archive/2008/03/13/a-good-dynamics-crm-blog.aspx" mce_href="http://blogs.msdn.com/chemicals/archive/2008/03/13/a-good-dynamics-crm-blog.aspx"&gt;http://blogs.msdn.com/chemicals/archive/2008/03/13/a-good-dynamics-crm-blog.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have since seen that Simon has posted some code on creation of MOSS Sites using Workflow. &lt;A title=http://blogs.msdn.com/ukcrm/archive/2008/04/27/creating-sharepoint-sites-with-crm-workflow.aspx href="http://blogs.msdn.com/ukcrm/archive/2008/04/27/creating-sharepoint-sites-with-crm-workflow.aspx" mce_href="http://blogs.msdn.com/ukcrm/archive/2008/04/27/creating-sharepoint-sites-with-crm-workflow.aspx"&gt;http://blogs.msdn.com/ukcrm/archive/2008/04/27/creating-sharepoint-sites-with-crm-workflow.aspx&lt;/A&gt; so I am not going to spend any time on that as he did a killer job documenting it. &lt;/P&gt;
&lt;P&gt;One of the biggest areas I got a ton of questions on was the Business Data Catalog, which is a new feature introduced in Microsoft Office SharePoint Server 2007, provides an easy way to integrate business data from back-end server applications, such as Microsoft, within Office SharePoint Server 2007 without writing any code. This &lt;A href="http://msdn2.microsoft.com/en-us/library/ms563661.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/ms563661.aspx"&gt;link&lt;/A&gt; contains overview information and step-by-step, how-to procedures for programming with the Business Data Catalog.&lt;/P&gt;
&lt;P&gt;SharePoint Server 2007 ships with four out-of-the-box Business Data Web Parts: Business Data List, Business Data Items, Business Data Related List, and Business Data Actions. These Web Parts rely on the Business Data Catalog, and their main purpose is to display business data in a portal application without the need for any programming. Moreover, these Web Parts are generic and can show any type of data (entity) registered in the Business Data Catalog.&lt;/P&gt;
&lt;P&gt;These Web Parts support Web Part Connections, which enable Master-Detail types of data display – again, without any programming. For example, you can display customers and their details using the BusinessDataList and BusinessDataItems Web Parts. (An Awesome overview of BDC can be found &lt;A href="http://blogs.msdn.com/sharepoint/archive/2006/04/18/578194.aspx" target=_blank mce_href="http://blogs.msdn.com/sharepoint/archive/2006/04/18/578194.aspx"&gt;here.&lt;/A&gt;) &lt;/P&gt;
&lt;P&gt;Hand writing the BDC Definitions can mentally taxing. A cool tool to do this for you is: BDC Meta Man. &lt;A title=http://www.bdcmetaman.com/Pages/microsoftpage.aspx href="http://www.bdcmetaman.com/Pages/microsoftpage.aspx" mce_href="http://www.bdcmetaman.com/Pages/microsoftpage.aspx"&gt;http://www.bdcmetaman.com/Pages/microsoftpage.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to practice your skills before trying them on a client, you may want to check out the Virtual Labs, where&amp;nbsp; you will learn how to build the metadata file that will connect SharePoint Server 2007 to the SQL Server 2005 AdventureWorksDW database. You will also learn how to register the AdventureWorksDW metadata file with SharePoint Server 2007. &lt;A title=http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032331910&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032331910&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US" mce_href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032331910&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032331910&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A Nice Step by Step as published by Rehman Gul is located &lt;A href="http://rehmangul.wordpress.com/2007/05/08/ms-crm-and-sharepoint-2007-integration/" target=_blank mce_href="http://rehmangul.wordpress.com/2007/05/08/ms-crm-and-sharepoint-2007-integration/"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;Attached is a sample BDC you can use to Demo.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8435981" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/midatlanticcrm/attachment/8435981.ashx" length="15679" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/midatlanticcrm/archive/tags/Flat+Out+Geek/default.aspx">Flat Out Geek</category><category domain="http://blogs.msdn.com/midatlanticcrm/archive/tags/Convergence/default.aspx">Convergence</category><category domain="http://blogs.msdn.com/midatlanticcrm/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>Where are you staying for Convergence?</title><link>http://blogs.msdn.com/midatlanticcrm/archive/2008/01/23/where-are-you-staying-for-convergence.aspx</link><pubDate>Thu, 24 Jan 2008 01:43:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7212988</guid><dc:creator>Ben Vollmer</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/midatlanticcrm/comments/7212988.aspx</comments><wfw:commentRss>http://blogs.msdn.com/midatlanticcrm/commentrss.aspx?PostID=7212988</wfw:commentRss><wfw:comment>http://blogs.msdn.com/midatlanticcrm/rsscomments.aspx?PostID=7212988</wfw:comment><description>&lt;p&gt;A bunch of from the East Region have ditched the hotels this year. :-) There is a new condo development about a 1/2 mile away from the convention center. My family stayed there for TechEd last May. I highly recommend it. We got a 3 bedroom 3 bath for about 200 a night, which was cheaper than the close in hotels. (And it is a townhouse. &lt;a title="http://www.vistacayholidays.com/townhouse/index.htm" href="http://www.vistacayholidays.com/townhouse/index.htm"&gt;http://www.vistacayholidays.com/townhouse/index.htm&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Most of the condos are privately owned, so you can find them on a number of sites. We found ours at: &lt;a title="http://www.vistacayholidays.com/" href="http://www.vistacayholidays.com/"&gt;http://www.vistacayholidays.com/&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Drop me a line if this is where you book.... I know Ron, Craig and Chris are all booked here as are several partners..... Would love to have a block party.... :) &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7212988" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/midatlanticcrm/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/midatlanticcrm/archive/tags/Convergence/default.aspx">Convergence</category></item></channel></rss>