<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>BusinessNone</title><link>http://businessnone.com/</link><description>Where We Don't Do Any Business</description><generator>Graffiti CMS 1.1 (build 1.1.0.1114)</generator><lastBuildDate>Tue, 16 Jun 2009 10:47:11 GMT</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BusinessNone" type="application/rss+xml" /><item><title>Creating a Summary with Microsoft CRM Workflow</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/At_qYPaA-To/</link><pubDate>Tue, 16 Jun 2009 13:47:11 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/demo-tools/creating-a-summary-with-microsoft-crm-workflow/</guid><dc:creator>benvollmer</dc:creator><slash:comments>2</slash:comments><category domain="http://businessnone.com/demo-tools/">Demo Tools</category><description>&lt;p&gt;The workflow engine in Microsoft Dynamics CRM is an area I personally spend a ton of time playing with. It is like Jscript was in Version 1.x and 3.0 for me. It has A TON of potential that many people have barely scratched the surface of.&lt;/p&gt;  &lt;p&gt;So in working with a customer over the past month, they wanted to track the number of widgets each one of their accounts have at each location. Which works awesome, until they want to be able to run some queries, and there is no way to be able to get the total number of widgets per account. How many accounts have brand A of widgets in a quantity of over 200? How many have Brand B? &lt;/p&gt;  &lt;p&gt;So that is where workflow comes in. In talking with Jon Goodwin from Microsoft Consulting Services, he showed me a quick and easy way to have workflow create a summary number on a parent entity. So he showed me a quick trick to be able to take quantities from a child entity and using workflow, create a summary of the number of widgets owned.&lt;/p&gt;  &lt;p&gt;Step 1. Create Widget Entity. Add a Quantity Owned to Widget Entity. In addition, I also wanted to track by competitor, but that step isn’t used in this example. Then create a field to track number of widgets and type of widget. &lt;/p&gt;  &lt;p&gt;Step 2: Create N:1 Relationship Between Widget and Account Entities. (So the Widgets are a Child Record of an Account)&lt;/p&gt;  &lt;p&gt;Step 3: Create Summary Field on Account. (To hold how many widgets total you have!) &lt;/p&gt;  &lt;p&gt;Step 3: Create Workflow on Widget Entity. You will want the workflow to fire on the create of a Widget as well as the change of the number of widgets. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image002_thumb.jpg" width="644" height="385" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Add An Step with the type of Update Record. Select Account as the Entity to update. &lt;/p&gt;  &lt;p&gt;If you are anything like me, you generally close the form assistant. But in this case, we want to leave the form assistant open. We should click on the Total Number of Widgets, Make the Operator Increment By, and Look for Widget and Number of Widgets. In the Default Value, we put a 0 so that if the user creates the entity and doesn’t fill it in, it doesn’t inflate the total count.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image004_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image004_thumb.jpg" width="644" height="398" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Save and Close the Workflow and Publish it. &lt;/p&gt;  &lt;p&gt;So here is the finished product:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image006_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image006_thumb.jpg" width="644" height="405" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And if I browse to Widgets, you can see that we do in fact have 1011 widgets in this location for this customer. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image007_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://businessnone.com/files/media/image/WindowsLiveWriter/CreatingaSummarywithMicrosoftCRMWorkflow_8997/clip_image007_thumb.png" width="644" height="268" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So there is one more way that Workflow can make CRM work better for your customers. Attached is the workflow rule if you want to play with in your demo or testing environment. &lt;/p&gt; &lt;iframe style="border-bottom: #dde5e9 1px solid; border-left: #dde5e9 1px solid; padding-bottom: 0px; background-color: #ffffff; margin: 3px; padding-left: 0px; width: 240px; padding-right: 0px; height: 66px; border-top: #dde5e9 1px solid; border-right: #dde5e9 1px solid; padding-top: 0px" marginheight="0" src="http://cid-a254a0c01745864c.skydrive.live.com/embedrowdetail.aspx/Blog/Workflow%20for%20Summary%20of%20Widgets.zip" frameborder="0" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;Happy Workflowing!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/At_qYPaA-To" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/demo-tools/creating-a-summary-with-microsoft-crm-workflow/</feedburner:origLink></item><item><title>Partner ISV Event: Web Services in Scribe</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/vLhezD9ENxU/</link><pubDate>Mon, 13 Apr 2009 20:14:04 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/events/partner-isv-event-web-services-in-scribe/</guid><dc:creator>benvollmer</dc:creator><slash:comments>1</slash:comments><category domain="http://businessnone.com/events/">Events</category><description>&lt;p&gt;One of the biggest missing links to me in Scribe was it’s ability to connect to a full Web Service back end service. Well, with the release of Scribe 6.5, they have the ability do this. For partners ONLY this even is a little later this week and is one I would not miss.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Webcast&lt;/u&gt;&lt;/b&gt;&lt;u&gt;: Scribe 6.5 Product Launch – Thursday, April 16 @ 11am – 12pm EST     &lt;br /&gt;&lt;/u&gt;Insight 6.5 is a major release which includes an extensive list of features that have been requested by Scribe partners and customers.&amp;#160; The new release also includes significant new functionality targeted at enterprise accounts.&amp;#160; These are:&lt;/p&gt;  &lt;p&gt;- Failover/Disaster Recovery&lt;/p&gt;  &lt;p&gt;- Web Services Adapter&lt;/p&gt;  &lt;p&gt;- Support for 64-bit Windows Server 2008&lt;/p&gt;  &lt;p&gt;Scribe Presenters for the webcast will be:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Bob Sturim&lt;/b&gt; - Vice President, Products    &lt;br /&gt;&lt;b&gt;John Gravely&lt;/b&gt; - Vice President, Marketing and Product Marketing    &lt;br /&gt;&lt;b&gt;Lou Antonucci&lt;/b&gt; -&amp;#160; Director, Sales&lt;/p&gt;  &lt;p&gt;Please register at the following registration URL &lt;a href="https://www.livemeeting.com/lrs/8001615779/Registration.aspx?pageName=8nlw1x85309wfbns"&gt;https://www.livemeeting.com/lrs/8001615779/Registration.aspx?pageName=8nlw1x85309wfbns&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/vLhezD9ENxU" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/events/partner-isv-event-web-services-in-scribe/</feedburner:origLink></item><item><title>Process Diagrams for Demos – Finding Weebles</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/qD_ugIehj3w/</link><pubDate>Mon, 23 Mar 2009 14:38:55 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/demo-tools/process-diagrams-for-demos-ndash-finding-weebles/</guid><dc:creator>benvollmer</dc:creator><slash:comments>0</slash:comments><category domain="http://businessnone.com/demo-tools/">Demo Tools</category><description>&lt;p&gt;&amp;#160;&lt;img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://www.people.cornell.edu/pages/af222/WEEBLES/list_files/image013.jpg" align="left" /&gt; Since I changed jobs last year, I was still able to do some Demo2Win Training classes, which if you haven’t attend yet, you really should. One of my favorite parts of the Demo2Win methodology is the creatign of a repeatable process so your customer see exactly where you are going. (And goes there with you!)&lt;/p&gt;  &lt;p&gt;The idea of creating movie scenes in demos is now a huge part of my demos. I won’t demo with out incorporating some business process flows into the demo. We just did a demo last week, where use used the process slides to break up an ungodly number of slides to keep the customer’s interest and make sure our ideas where presented in a concrete manner. &lt;/p&gt;  &lt;p&gt;We have also used this method when we where given an RFP and asked to present our solution according to the RFP. We slightly re-arranged the RFP materials and presented them visually to the customer and as a result, we where able to better position ourselves than the competition who tried to follow the script 100%. &lt;/p&gt;  &lt;p&gt;These also make killer hand out to leave with your customers to show them what your solution actually does for them. &lt;/p&gt;  &lt;p&gt;In creating the process slides, we want to emulate the icons in CRM around people. And to me they look like &lt;a href="http://en.wikipedia.org/wiki/Weeble" target="_blank"&gt;Weebles.&lt;/a&gt; (yes, I used to play with Weebles as a kid…) &lt;/p&gt;  &lt;p&gt; Finding those icons has been a complete pain in the neck for me. Until, I was searching the Microsoft Clip Art Gallery for something totally unrelated… And low and behold, if you search for “Avatar”, you will come up with some awesome looking “Weebles” to enhance your presentation. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="49" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/image_thumb.png" width="115" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/image_4.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="181" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/image_thumb_1.png" width="202" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;One of my first attempts…. With the new Weebles, they got alot more colorful and meaningful. :) &lt;/p&gt;  &lt;p&gt;&lt;span style="font-size: 11pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image002_2.gif"&gt;&lt;img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="480" alt="clip_image002" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image002_thumb.gif" width="640" border="0" v:shapes="_x0000_i1025" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size: 11pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;#39;Times New Roman&amp;#39;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;Here is a brief sample of the Avatars from the Clip Art Gallery:&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image002%5B6%5D.gif"&gt;&lt;img title="clip_image002[6]" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="240" alt="clip_image002[6]" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image002%5B6%5D_thumb.gif" width="240" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image004_2.gif"&gt;&lt;img title="clip_image004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="240" alt="clip_image004" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image004_thumb.gif" width="240" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image006_2.gif"&gt;&lt;img title="clip_image006" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="240" alt="clip_image006" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image006_thumb.gif" width="240" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image008_2.gif"&gt;&lt;img title="clip_image008" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="240" alt="clip_image008" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image008_thumb.gif" width="240" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image010_2.gif"&gt;&lt;img title="clip_image010" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image010" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image010_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image012_2.gif"&gt;&lt;img title="clip_image012" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image012" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image012_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image014_2.gif"&gt;&lt;img title="clip_image014" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image014" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image014_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image016_2.gif"&gt;&lt;img title="clip_image016" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="178" alt="clip_image016" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image016_thumb.gif" width="178" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image018_2.gif"&gt;&lt;img title="clip_image018" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="179" alt="clip_image018" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image018_thumb.gif" width="179" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image020_2.gif"&gt;&lt;img title="clip_image020" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image020" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image020_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image022_2.gif"&gt;&lt;img title="clip_image022" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image022" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image022_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image024_2.gif"&gt;&lt;img title="clip_image024" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image024" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image024_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image026_2.gif"&gt;&lt;img title="clip_image026" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image026" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image026_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image028_2.gif"&gt;&lt;img title="clip_image028" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image028" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image028_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image030_2.gif"&gt;&lt;img title="clip_image030" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="180" alt="clip_image030" src="http://businessnone.com/files/media/image/WindowsLiveWriter/ProcessDiagramsforDemosFindingWeebles_958B/clip_image030_thumb.gif" width="180" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/qD_ugIehj3w" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/demo-tools/process-diagrams-for-demos-ndash-finding-weebles/</feedburner:origLink></item><item><title>I have moved on…</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/bG-NQPLEZOc/</link><pubDate>Tue, 10 Feb 2009 18:34:00 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/off-topic/i-have-moved-on-hellip/</guid><dc:creator>benvollmer</dc:creator><slash:comments>3</slash:comments><category domain="http://businessnone.com/off-topic/">Off Topic</category><description>&lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/Ihavemovedon_B4C6/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="293" alt="image" width="243" align="left" border="0" src="http://businessnone.com/files/media/image/WindowsLiveWriter/Ihavemovedon_B4C6/image_thumb.png" /&gt;&lt;/a&gt;It has been 3 and a half years since I started blogging here on MSDN. It has been a fun ride, and one that I will never forget. This blog went from last place to the Top 100 of all blogs on MSDN. (Second only to the CRM Team&amp;rsquo;s blog.) I did however, make some major mistakes early on. Key amongst them are the URL for the blog. In July of 2008, I changed jobs, got an AWESOME new manager and job. (As well as a new house, etc&amp;hellip;) With that being said, I screwed up the branding early on. :) And now seems like an awesome time to fix that.&lt;/p&gt;
&lt;p&gt;So I have changed blog providers. Instead of being here on MSDN, I have moved to &lt;a href="http://www.businessnone.com"&gt;www.businessnone.com&lt;/a&gt; for the blog.&amp;nbsp; &lt;a title="http://feeds.feedburner.com/BusinessNone" href="http://feeds.feedburner.com/BusinessNone"&gt;http://feeds.feedburner.com/BusinessNone&lt;/a&gt; is the new address for the RSS feed. Please update your RSS readers and Favorites.&lt;/p&gt;
&lt;p&gt;Chris Kahl who assumed my old role in the Mid Atlantic Area has graciously agreed to continue to maintain this blog. Please feel free to stop by and harass him.&lt;/p&gt;
&lt;p&gt;So for those of you still asking questions, yes I am still employed by Microsoft and no I am not doing this right before I leave. (At least that I know of&amp;hellip;) The website name Business None came from a friend of mine. When I was working at my last company before Microsoft, we sublet some office space from a development / infrastructure shop in Columbia, MD. They picked up SAP&amp;rsquo;s BusinessOne about 3 months into my renting an office. The consulting staff hated BusinessOne. They started calling it BusinessNone. And I saw the domain was available and grabbed it. It has been hosting graphics for this blog since it&amp;rsquo;s inception.&lt;/p&gt;
&lt;p&gt;Look forward to seeing you on &lt;a href="http://www.businessnone.com"&gt;www.businessnone.com&lt;/a&gt; and please excuse the mess as I migrate stuff over there.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/bG-NQPLEZOc" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/off-topic/i-have-moved-on-hellip/</feedburner:origLink></item><item><title>Scribe Advance Training Class</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/rmppxZc6Nkw/</link><pubDate>Tue, 10 Feb 2009 17:41:00 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/isv-news/scribe-advance-training-class/</guid><dc:creator>benvollmer</dc:creator><slash:comments>0</slash:comments><category domain="http://businessnone.com/isv-news/">ISV News</category><description>&lt;p&gt;I am very tardy in publishing this. :) Last month I was invited by the fine folks over at Scribe Software to attend their Level 2 Scribe Insight Training program. I have been using Scribe since dirt was formed, but since joining Microsoft 4 years have not used to it for anything other than demo&amp;rsquo;s and the occasional piece of troubleshooting I get ramped into.&lt;/p&gt;
&lt;p&gt;All I can say, is WOW. Scribe has made some HUGE improvements in the software in the past 4 years. If you haven&amp;rsquo;t looked at Scribe in a while, I would urge you to do so again. If you do use Scribe, this class is for you. It is all of the stuff not in the manual and a TON of tips and tricks on how to get the most out of Scribe.&lt;/p&gt;
&lt;p&gt;The class is being offered all across the US, so I would sign up for it if you are interested. They keep them pretty small. Below the photo of the day is a brief description of the class. The next two coming up are at the end of the month in New York City and Boston.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/400355357d6d_C8E8/PIC-0009_2.jpg"&gt;&lt;img title="PIC-0009" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="PIC-0009" width="644" border="0" src="http://businessnone.com/files/media/image/WindowsLiveWriter/400355357d6d_C8E8/PIC-0009_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(J.R.- Interdyn-CFO Consulting /Mark &amp;amp; Ben &amp;ndash; IBIS / Glenn- LBMC /Guillermo &amp;ndash; eParnters)&lt;/p&gt;
&lt;p&gt;This course is designed for technical consultants who implement integrations using Scribe Insight. Through instructor lead discussion and hands-on labs, the students will learn the best practices for building one-way and two-way integrations. Microsoft Dynamics CRM is used as the use-case for hands-on labs and some course materials will center around specific integration methodologies with Dynamics CRM. Students completing this course will have a thorough understanding of the integration design patterns and features Scribe uses when building its own integration templates with Scribe Insight. This is a full two day course.&lt;/p&gt;
&lt;p&gt;The course is designed for students that have completed Scribe&amp;rsquo;s certification training and familiarity with the Scribe Adapter for Microsoft Dynamics is highly recommended. Prior field experience implementing integrations with Scribe Insight will be helpful in understanding the concepts in this course.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/rmppxZc6Nkw" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/isv-news/scribe-advance-training-class/</feedburner:origLink></item><item><title>Round Robin Lead Assignment using Workflow</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/wNbLKEEPYz4/</link><pubDate>Mon, 09 Feb 2009 23:14:51 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/demo-tools/round-robin-lead-assignment-using-workflow/</guid><dc:creator>benvollmer</dc:creator><slash:comments>0</slash:comments><category domain="http://businessnone.com/demo-tools/">Demo Tools</category><description>&lt;p&gt;Some of my customers over the years have used a &lt;a href="http://en.wikipedia.org/wiki/Round_robin"&gt;Round Robin&lt;/a&gt; way. So the first lead that comes in goes to Sales Rep A, second lead goes to Sales Rep B, etc. It works well with smaller sales teams that occupy the same geographic territory.&amp;#160; I haven’t encountered one of these customers in quite some time. Fast forward 6-8 or more years, and I got a call from Paul. Paul asked me about the easiest way to assign leads as they come in to sales reps in a Round Robin mechanism. &lt;/p&gt;  &lt;p&gt;Back in my early days of consulting, I used to use a product that had a feature called lookup.ini. It was an awesome little utility. One of the hand uses for it was doing round robin lead assignment. My initial thought was to use the lookup.ini… But wrong product for that. So with Microsoft CRM’s powerful workflow engine, we created a very simple engine to assign leads to reps one at a time. &lt;/p&gt;  &lt;p&gt;The basics of this are pretty easy. This sample is for inspiration and I would make sure you modified it before you put it in your production servers. :)&lt;/p&gt;  &lt;p&gt;1. Create A Lead Round Robin Entity.&amp;#160; On that entity, create an integer with the name of Lead Assignment. Make the entity visible in the settings area of CRM.&amp;#160; Make a 1:N Relationship with Leads. Don’t make the link visible so you don’t have a bunch of things hanging off the left Navigation area. :)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="389" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb.png" width="388" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_4.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="473" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_1.png" width="602" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;2. – Create The “Main Workflow”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_6.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="387" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_2.png" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In the main workflow, you want to update the lead to relate the Lead Round Robin to the Lead. And then you want to do a number of If Statements. If Lead Round Robin = 2, then apply Workflow #2. Do that for each of your sales reps. (So in my example, we have 5 sales reps, so all of the workflows will be identical for each of the reps minus the 5th one.)&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_8.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="218" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_3.png" width="616" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;All of the IF statements will end up firing off workflows that we will create. All of the workflows are identical, minus the last one. The last one will in turn reset the counter back to 1 and start the process over again. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_10.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="200" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_4.png" width="615" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_12.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="222" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_5.png" width="445" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_14.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="262" alt="image" src="http://businessnone.com/files/media/image/WindowsLiveWriter/RoundRobinLeadAssignmentusingWorkflow_FFF3/image_thumb_6.png" width="532" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This sample will work with CRM Online or CRM on Premise. &lt;/p&gt;  &lt;p&gt;You can download the sample &lt;a href="http://cid-a254a0c01745864c.skydrive.live.com/self.aspx/Blog/WF%20for%20Lead%20Round%20Robin.zip"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/wNbLKEEPYz4" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/demo-tools/round-robin-lead-assignment-using-workflow/</feedburner:origLink></item><item><title>Inline Grids for Sales Orders in Microsoft Dynamics CRM</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/9_IRS4-WgFY/</link><pubDate>Fri, 14 Nov 2008 19:39:00 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/demo-tools/inline-grids-for-sales-orders-in-microsoft-dynamics-crm/</guid><dc:creator>benvollmer</dc:creator><slash:comments>8</slash:comments><category domain="http://businessnone.com/demo-tools/">Demo Tools</category><description>&lt;p&gt;In every CRM application I have ever played with there have been areas I have never been proud to show off to customers or prospects. And adding products to CRM's Sales Orders has been one of those areas for me in CRM since the products inception.&lt;/p&gt;
&lt;p&gt;While it works well in high dollar low transaction environments, it doesn't work so well in high transaction, low dollar transactions. One of my most recent demos was to a company that did over 50,000 sales orders a day and so working with &lt;a href="http://dtu11.spaces.live.com/"&gt;Daren&lt;/a&gt; from Microsoft Consulting Services, he build a REALLY cool too to help them VERY quickly insert items into Microsoft CRM without the normal number of clicks.&lt;/p&gt;
&lt;p&gt;The coolest thing to me is that this is 100% HTML and JScript. No C# or VB.NET here at all. (If you look at the code, Daren built a Service that allows him to call CRM's web services easily from JScript. Check out his blog for more details.)&lt;/p&gt;
&lt;p&gt;In the left grid, we enter new products and in the right grid we have a list of all of the products that they have ordered for the past three completed sales orders.&lt;/p&gt;
&lt;p&gt;So below you can see a screen shot of what the grid looks like installed.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/InlineGridsforSalesOrdersinMicrosoftDyna_CDF8/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="431" alt="image" width="644" border="0" src="http://businessnone.com/files/media/image/WindowsLiveWriter/InlineGridsforSalesOrdersinMicrosoftDyna_CDF8/image_thumb.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you have inserted all of your products, you can quickly&amp;nbsp; click the recalculate button to be able to have all of the totals created as well as have the items inserted into the Sales Order.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/InlineGridsforSalesOrdersinMicrosoftDyna_CDF8/image_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="431" alt="image" width="644" border="0" src="http://businessnone.com/files/media/image/WindowsLiveWriter/InlineGridsforSalesOrdersinMicrosoftDyna_CDF8/image_thumb_1.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are all of the files to make this magic happen. You will need to copy the contents of the custom.zip file to your CRM Demo Server and drop it off in a directory called custom. The order customizations will need to be applied to your CRM server as well.&lt;/p&gt;
&lt;p&gt;&lt;iframe style="border-right: #dde5e9 1px solid; padding-right: 0px; border-top: #dde5e9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 3px; border-left: #dde5e9 1px solid; width: 240px; padding-top: 0px; border-bottom: #dde5e9 1px solid; height: 66px; background-color: #ffffff" marginwidth="0" marginheight="0" src="http://cid-a254a0c01745864c.skydrive.live.com/embedrowdetail.aspx/Blog/Order%20Grid" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;This is DEMO WARE. Happy Demos! And Thanks Daren! This rocks!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/9_IRS4-WgFY" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/demo-tools/inline-grids-for-sales-orders-in-microsoft-dynamics-crm/</feedburner:origLink></item><item><title>Dynamic Picklist - Sub Industry based on Industry aka Cascading Picklists in Microsoft CRM</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/MWfJhCcp9qg/</link><pubDate>Mon, 28 Jul 2008 14:52:00 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/dynamics-crm/dynamic-picklist-sub-industry-based-on-industry-aka-cascading-picklists-in-microsoft-crm/</guid><dc:creator>benvollmer</dc:creator><slash:comments>2</slash:comments><category domain="http://businessnone.com/dynamics-crm/">Dynamics CRM</category><description>&lt;p class="Text" style="margin: 3pt 0in"&gt;&lt;font size="2"&gt;&lt;font face="Verdana"&gt;This contains sample code that demonstrates how to implement dynamic picklists on a custom entity. It creates a custom entity named &amp;ldquo;Dynamic Picklist Test&amp;rdquo; that contains Industry and Sub-Industry picklist fields. When a value for Industry is selected, the values in the Sub-Industry picklist field are filtered. If there are no sub-industries for an industry, the Sub-Industry field is disabled.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="Text" style="margin: 3pt 0in"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="Text" style="margin: 3pt 0in"&gt;See how the Sub-Industry Field isn't even an option. :-)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://businessnone.com/files/media/image/WindowsLiveWriter/DynamicPicklistSubIndustrybasedonIndustr_986B/dynamicpicklistnoselection.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="dynamicpicklistnoselection" width="602" border="0" src="http://businessnone.com/files/media/image/WindowsLiveWriter/DynamicPicklistSubIndustrybasedonIndustr_986B/dynamicpicklistnoselection_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font face="Verdana"&gt;
&lt;p class="Text" style="margin: 3pt 0in"&gt;The sample files are not intended to be used in a production environment without prior testing. You should deploy this sample to a test environment and examine it for interaction or interference with other parts of the system. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.businessnone.com/CRM30/blog/dynamicpicklist.zip"&gt;Click here for the download.&lt;/a&gt; And READ the ReadMe.doc file!!!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/MWfJhCcp9qg" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/dynamics-crm/dynamic-picklist-sub-industry-based-on-industry-aka-cascading-picklists-in-microsoft-crm/</feedburner:origLink></item><item><title>Convergence 2006</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/rojRexIqDJA/</link><pubDate>Mon, 28 Jul 2008 14:42:54 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/events/convergence-2006/</guid><dc:creator>benvollmer</dc:creator><slash:comments>0</slash:comments><category domain="http://businessnone.com/events/">Events</category><description>&lt;font size="2"&gt; &lt;h2 style="margin: 7.5pt 0in 2.25pt"&gt;&lt;span style="font-size: 7.5pt; color: black; font-family: verdana; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;p&gt;We’re excited for our 10th annual Convergence event! Convergence 2006 will take place in Dallas, Texas, USA, Saturday, March 25th through Tuesday, March 28th, 2006. &lt;/p&gt; &lt;p&gt;Convergence provides an exceptional agenda of various speakers, detailed product demonstrations, and in-depth learning sessions. At the event, you can discuss solutions, address business needs, and establish and grow a true community that can be leveraged throughout the year. &lt;/p&gt; &lt;p&gt;Ultimately, Convergence helps you build skills and knowledge that enhance your solution knowledge and business productivity. Recognizing that experience is the best teacher, we have designed many of our workshops to feature presentations that tackle real-world issues and present practical solutions.&lt;/p&gt; &lt;p&gt;Convergence is geared towards our end users and having seen the tenative tracks, looks to be AWESOME for our CRM Customers!&lt;/p&gt;&lt;/span&gt;&lt;/h2&gt; &lt;h2 style="margin: 7.5pt 0in 2.25pt"&gt;&lt;span style="font-size: 7.5pt; color: black; font-family: verdana; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa; mso-bidi-font-family: 'Times New Roman'"&gt;More details at:&amp;nbsp; &lt;a href="http://www.microsoft.com/BusinessSolutions/convergence.mspx" target="_blank"&gt;http://www.microsoft.com/BusinessSolutions/convergence.mspx&lt;/a&gt;&lt;br&gt;&lt;/h2&gt;&lt;/span&gt;&lt;/font&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/rojRexIqDJA" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/events/convergence-2006/</feedburner:origLink></item><item><title>CRM 3.0 SDK - Release Version</title><link>http://feedproxy.google.com/~r/BusinessNone/~3/CX8S0XeG9rs/</link><pubDate>Mon, 28 Jul 2008 14:33:00 GMT</pubDate><guid isPermaLink="false">http://businessnone.com/dynamics-crm/crm-3-0-sdk-release-version/</guid><dc:creator>benvollmer</dc:creator><slash:comments>0</slash:comments><category domain="http://businessnone.com/dynamics-crm/">Dynamics CRM</category><description>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt; font-family: arial"&gt;The GA release of the Microsoft CRM 3.0 SDK is now available for download here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9c178b68-3a06-4898-bc83-bd14b74308c5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9c178b68-3a06-4898-bc83-bd14b74308c5&amp;amp;displaylang=en&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-size: 10pt; font-family: arial"&gt;The live version has been submitted to MSDN and will be working its way through their processes over the next few weeks. &lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BusinessNone/~4/CX8S0XeG9rs" height="1" width="1"/&gt;</description><feedburner:origLink>http://businessnone.com/dynamics-crm/crm-3-0-sdk-release-version/</feedburner:origLink></item></channel></rss>
