<?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>Ben Riga's Deep Shift : ERP</title><link>http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx</link><description>Tags: ERP</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WCF and AIF in Dynamics 2009: Chatting with Michael Merz</title><link>http://blogs.msdn.com/benriga/archive/2008/09/29/wcf-and-aif-in-dynamics-2009-chatting-with-michael-merz.aspx</link><pubDate>Tue, 30 Sep 2008 03:13:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8969643</guid><dc:creator>benriga</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benriga/comments/8969643.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=8969643</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=8969643</wfw:comment><description>&lt;p&gt;&lt;a href="https://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/WCFandAIFinDynamics2009ChattingwithMicha_F32D/Dyn-AX09_rgb_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Dyn-AX09_rgb" border="0" alt="Dyn-AX09_rgb" align="right" src="https://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/WCFandAIFinDynamics2009ChattingwithMicha_F32D/Dyn-AX09_rgb_thumb.png" width="260" height="62" /&gt;&lt;/a&gt;In this video I’m back on the Advanta campus chatting with Michael Merz, Program Manager for &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/bb496535.aspx"&gt;Application Integration Framework&lt;/a&gt; (AIF) on the Dynamics AX team.&lt;/p&gt;  &lt;p&gt;AIF is a standards-based framework that allows you to publish and consume web services.&amp;#160; It’s used primarily in integration scenarios when connecting Dynamics AX with other systems.&amp;#160; AX also has &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/bb496526.aspx"&gt;.NET Business Connector&lt;/a&gt;&amp;#160; (BC.NET) for integrating with .NET applications.&amp;#160; BC.NET is more for client side integration.&amp;#160; AIF is all about web services and is completely standards-based. Under the covers AIF takes full advantage of .NET using &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms735119.aspx"&gt;Windows Communication Foundation&lt;/a&gt; (WCF).&amp;#160; For more complex integration scenarios AIF can also help expose services using MSMQ and BizTalk.&lt;/p&gt;  &lt;p&gt;With &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/dynamics/ax/default.aspx"&gt;Dynamics AX 2009&lt;/a&gt;, the team ships a bunch of services (about 60 out of the box) that are ready for use.&amp;#160; That includes, for example, the more common scenarios like integration with sales orders or customers.&amp;#160; AIF allows you to create, read, update and delete those sales orders while maintaining the integrity of the database (i.e. without directly touching the database at all).&amp;#160; This is done independent of the transport so when developing you could begin by updating via http and later switch to MSMQ.&amp;#160; This can be as simple as enabling the service then “generating” which generates the WCF interface (i.e. WSDL).&amp;#160; That web service is then available to be consumed by any standards-based client (including apps written in php, java and naturally any of the languages in Visual Studio).&amp;#160; You can also configure the service endpoints to change the binding or authentication parameters.&lt;/p&gt;  &lt;p align="center"&gt;&lt;iframe height="325" src="http://channel9.msdn.com/posts/benriga/425959/player/" frameborder="0" width="320" scrolling="no"&gt;&lt;/iframe&gt;    &lt;br /&gt;&lt;a href="http://channel9.msdn.com/posts/benriga/WCF-and-AIF-in-Dynamics-2009-Chatting-with-Michael-Merz/" target="_blank"&gt;WCF and AIF in Dynamics 2009: Chatting with Michael Merz&lt;/a&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;In the video, Michael walks us through using a standard Excel &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/office/aa905533.aspx"&gt;Visual Studio Tools for Office&lt;/a&gt; (VSTO) project to consume a AX 2009 sales order service that is exposed using AIF.&amp;#160; He also shows us how, by using WS-Addressing in the WCF headers, you can pass a target company for a web service call. By default, AX limits error messages coming back from the server for security reasons.&amp;#160; Michael shows us how to configure AX to propagate those errors when you need to see them.&lt;/p&gt;  &lt;p&gt;Dynamics AX is a rich platform for supply chain management and financials.&amp;#160; AIF opens up AX so that ISVs can build on that richness by integrating their own applications.&amp;#160; Sometimes when you do that you need to consume a web service exposed by external applications.&amp;#160; We see here how you can plug external web services into the AX processes.&amp;#160; In this case, Michael shows us how when trying to create a customer in Dynamics AX with a name that has been &lt;a target="_blank" href="http://en.wikipedia.org/wiki/OFAC"&gt;blacklisted by the US government&lt;/a&gt; (“Bin Laden”, for instance.&amp;#160; Yikes!&amp;#160; :) ) the customer create process calls out to an external web service in the cloud to verify the customer name.&amp;#160; This seamless integration of external processes is a boon for ISVs that need those deep integration points.&amp;#160; Michael explains how. In order to do this sort of integration you build a Service Reference in the Application Object Tree (AOT) to provide the parameters.&amp;#160; AX takes care of much of work by generating the artifacts (compilation, deploying, bundling etc) that are deployed and executed on the server.&amp;#160; CLR interop is available in order to use .NET DLLs and their classes.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Some code samples are available here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/bb496535.aspx"&gt;Application Integration Framework Overview&lt;/a&gt; (MSDN) &lt;/li&gt;    &lt;li&gt;&lt;a target="_blank" href="http://blogs.msdn.com/dsiebold/archive/2008/08/21/aif-code-samples-available-for-download.aspx"&gt;Calling the Customer and Vendor Services&lt;/a&gt; (Dianne Siebold) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3036ff5b-6424-4f50-810a-dee7214b4c0a" class="wlWriterEditableSmartContent"&gt;&lt;font size="1"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Biztalk" rel="tag" target="_blank"&gt;Biztalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Dynamics" rel="tag" target="_blank"&gt;Dynamics&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Dynamics+AX" rel="tag" target="_blank"&gt;Dynamics AX&lt;/a&gt;,&lt;a href="http://technorati.com/tags/VSTO" rel="tag" target="_blank"&gt;VSTO&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Services" rel="tag" target="_blank"&gt;Web Services&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Communication+Foundation" rel="tag" target="_blank"&gt;Windows Communication Foundation&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8969643" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics+AX/default.aspx">Dynamics AX</category></item><item><title>Dynamics AX 2009: The ‘Halo’ for Microsoft’s app platform</title><link>http://blogs.msdn.com/benriga/archive/2008/06/03/dynamics-ax-2009-the-halo-for-microsoft-s-app-platform.aspx</link><pubDate>Wed, 04 Jun 2008 08:53:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8572786</guid><dc:creator>benriga</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benriga/comments/8572786.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=8572786</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=8572786</wfw:comment><description>&lt;p&gt;&lt;a href="https://www.microsoft.com/dynamics/everyonegetsit/default.mspx" target="_blank"&gt;&lt;img title="Everyone gets it!" style="border-right: 0px; border-top: 0px; margin: 0px 10px 10px 0px; border-left: 0px; border-bottom: 0px" height="108" alt="Everyone gets it!" src="http://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/DynamicsAX2009TheHaloforMicrosoftsap.com_1455A/image_5.png" width="243" align="left" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I almost snorted my tea across the room when I read this one.&amp;#160; :) Pretty funny quote, I think.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.zdnet.com/microsoft/?p=1421" target="_blank"&gt;ZDNet:&amp;#160; Dynamics AX 2009: The ‘Halo’ for Microsoft’s app platform&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The great news, of course, is that Dynamics AX 2009 is now generally available.&amp;#160; The team put a lot of hard work in to this release.&amp;#160; There are thousands of new features here and there’s some really good stuff related to the Microsoft stack and especially good stuff for .NET developers.&amp;#160; I’ve got my video camera out and have been visiting a few friends in building 110.&amp;#160; Look for some interesting Channel 9 videos coming soon.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a6493a3-d1c1-4c2c-8ce1-e0f22636a9e4" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;font size="1"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Dynamics" rel="tag"&gt;Dynamics&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Dynamics+AX" rel="tag"&gt;Dynamics AX&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ERP" rel="tag"&gt;ERP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SCM" rel="tag"&gt;SCM&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8572786" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics+AX/default.aspx">Dynamics AX</category></item><item><title>A preview of Dynamics AX 2009 Enterprise Portal with the Dynamics team</title><link>http://blogs.msdn.com/benriga/archive/2008/05/20/a-preview-of-dynamics-ax-2009-enterprise-portal-with-the-dynamics-team.aspx</link><pubDate>Wed, 21 May 2008 07:17:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8526398</guid><dc:creator>benriga</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benriga/comments/8526398.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=8526398</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=8526398</wfw:comment><description>&lt;p&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=405045" target="_blank"&gt;&lt;img title="Dynamics AX 2009 Enterprise Portal" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 5px; border-right-width: 0px" height="184" alt="Dynamics AX 2009 Enterprise Portal" src="http://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/ApreviewofDynamicsAX2009withtheDynamicst_FB43/image_3.png" width="244" align="right" border="0" /&gt;&lt;/a&gt; Dan over on our Channel 9 team sat down with some of the folks from the Dynamics AX team to chat about Dynamics AX 2009 which should release quite soon.&amp;#160; In this video we see some of the cool stuff that’s coming with Enterprise Portal built on SharePoint and ASP.NET.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=405045"&gt;A preview of Dynamics AX 2009 with the Dynamics team&lt;/a&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7494b807-7121-4201-84f5-fad166bbd637" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;font size="1"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Dynamics+AX" rel="tag"&gt;Dynamics AX&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Enterprise+Portal" rel="tag"&gt;Enterprise Portal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ASP.NET" rel="tag"&gt;ASP.NET&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8526398" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category></item><item><title>Meet me in Copenhagen</title><link>http://blogs.msdn.com/benriga/archive/2007/10/11/meet-me-in-copenhagen.aspx</link><pubDate>Fri, 12 Oct 2007 03:18:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5410187</guid><dc:creator>benriga</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benriga/comments/5410187.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=5410187</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=5410187</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/dynamics/convergence/copenhagen/default.aspx" target="_blank"&gt;&lt;img style="margin: 0px 5px 5px 0px" height="108" alt="convergence-image-big" src="http://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/MeetmeinCopenhagen_E97E/convergence-image-big_3.png" width="240" align="left"&gt;&lt;/a&gt; If you're an ISV building cool stuff on Dynamics CRM or Dynamics AX and are planning to attend Convergence EMEA &lt;a title="contact form" href="http://blogs.msdn.com/benriga/contact.aspx" target="_blank"&gt;drop me a note&lt;/a&gt;.&amp;nbsp; I'd love to meet up and see what you've been up to.&amp;nbsp; I'll be in Copenhagen from Oct 21st through Oct 25th.&lt;/p&gt; &lt;p&gt;Conferences can be a real drain between travel, jet lag, long hours.&amp;nbsp; I fight that by soaking up the positive energy from the many partners working on the Dynamics platform.&amp;nbsp; It's the thing I enjoy most about Convergence conferences; meeting up with ISV partners that are doing new and interesting things.&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;This conference I'm going to try and grab some of the partners on video so the readers of this blog (both of you :) ) can see some of this cool stuff.&lt;/p&gt; &lt;p&gt;If you're attending Convergence drop me a note via &lt;a href="http://blogs.msdn.com/benriga/contact.aspx" target="_blank"&gt;my blog contact form&lt;/a&gt;.&amp;nbsp; Give me a little information about your self and when would be a good time to meet. &lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:533eeb14-882b-44d8-bfc4-44236ffbf008" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;&lt;h6&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Microsoft" target="_blank" rel="tag"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Microsoft%20Dynamics" target="_blank" rel="tag"&gt;Microsoft Dynamics&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Dynamics%20CRM" target="_blank" rel="tag"&gt;Dynamics CRM&lt;/a&gt;, &lt;a href="http://technorati.com/tags/CRM" target="_blank" rel="tag"&gt;CRM&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Dynamics%20AX" target="_blank" rel="tag"&gt;Dynamics AX&lt;/a&gt;, &lt;a href="http://technorati.com/tags/ERP" target="_blank" rel="tag"&gt;ERP&lt;/a&gt;&lt;/h6&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5410187" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/CRM/default.aspx">CRM</category></item><item><title>MSDN Dev Center for Dynamics</title><link>http://blogs.msdn.com/benriga/archive/2007/06/08/msdn-dev-center-for-dynamics.aspx</link><pubDate>Sat, 09 Jun 2007 01:12:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3169812</guid><dc:creator>benriga</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benriga/comments/3169812.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=3169812</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=3169812</wfw:comment><description>&lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/dynamics/default.aspx" target="_blank" atomicselection="true"&gt;&lt;img style="margin: 0px 0px 5px 10px" height="119" alt="msdn tag_rgb" src="http://blogs.msdn.com/blogfiles/benriga/WindowsLiveWriter/MicrosoftDynamics_BD94/msdn+tag_rgb_1.jpg" width="240" align="right"&gt;&lt;/a&gt;Nice!&amp;nbsp; We've opened the new Dev Center for Dynamics.&amp;nbsp; This is fantastic.&amp;nbsp; Lots of improvements with this but the nicest thing for me is that we now have separate sub-Dev Centers for each of the individual Dynamics products (AX, CRM, GP, NAV and SL).&amp;nbsp; That makes a lot of sense as it will keep the signal to noise ratio really high (if I'm focused on AX and CRM then I probably don't want to see stuff about the other products, right?).&amp;nbsp; The trick, of course, will be to keep each of these Dev Centers stocked full with fresh content.&amp;nbsp; But then again that's partly my job. :) &lt;/p&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/dynamics/default.aspx" target="_blank"&gt;Link to Microsoft Dynamics&lt;/a&gt; &lt;/p&gt; &lt;h6 id="0767317B-992E-4b12-91E0-4F059A8CECA8:a60512d7-1aa8-40dd-9542-3b5d1683ab20"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Dynamics" target="_blank" rel="tag"&gt;Dynamics&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Software%20Development" target="_blank" rel="tag"&gt;Software Development&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Line%20of%20Business%20Apps" target="_blank" rel="tag"&gt;Line of Business Apps&lt;/a&gt;, &lt;a href="http://technorati.com/tags/MSDN" target="_blank" rel="tag"&gt;MSDN&lt;/a&gt;&lt;/h6&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3169812" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Got Passion for Dynamics?</title><link>http://blogs.msdn.com/benriga/archive/2006/11/03/got-passion-for-dynamics.aspx</link><pubDate>Fri, 03 Nov 2006 21:34:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:944506</guid><dc:creator>benriga</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benriga/comments/944506.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=944506</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=944506</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.deepshift.com/images/GotPassionforDynamics_A28C/j04010023.jpg" atomicselection="true"&gt;&lt;img style="margin: 0px 5px 5px 0px" height="240" src="http://www.deepshift.com/images/GotPassionforDynamics_A28C/j0401002_thumb1.jpg" width="157" align="left"&gt;&lt;/a&gt; Want to help change the SMB software industry? Are you a big-picture thinker, interested in addressing both business and technology opportunities for line of business application developers? Do you get excited about the market opportunity to bring the latest platform innovations to the future of SCM, CRM or Financial Management line of business systems? Do you love helping software companies learn how to use the latest technologies to build a better experience for their customers? Are you a voracious learner, devouring new technologies and industry trends with an unabashedly geeky enthusiasm? Can you quickly digest your learnings into pragmatic, succinct suggestions that help decision makers meet their particular business objectives? &lt;/p&gt; &lt;p&gt;&lt;a title="Dynamics Technical Evangelist Job Details" href="http://members.microsoft.com/careers/search/details.aspx?JobID=C550A7B6-E11A-4BCE-8FAF-AF545DF74971&amp;amp;start=1&amp;amp;interval=10&amp;amp;SortCol=DatePosted" target="_blank"&gt;Join our team&lt;/a&gt; to evangelize the Microsoft Dynamics platform as part of the Developer and Platform Evangelism Division.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=944506" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Dynamics: The icing on the Microsoft cake.. er.. stack</title><link>http://blogs.msdn.com/benriga/archive/2006/11/03/dynamics-the-icing-on-the-microsoft-cake-er-stack.aspx</link><pubDate>Fri, 03 Nov 2006 21:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:937868</guid><dc:creator>benriga</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benriga/comments/937868.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benriga/commentrss.aspx?PostID=937868</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benriga/rsscomments.aspx?PostID=937868</wfw:comment><description>&lt;P&gt;&lt;A href="http://www.deepshift.com/images/DynamicsTheicingontheMicrosoftcake.stack_10B2F/MSDynamicslogoblv3.png" atomicselection="true" mce_href="http://www.deepshift.com/images/DynamicsTheicingontheMicrosoftcake.stack_10B2F/MSDynamicslogoblv3.png"&gt;&lt;IMG style="MARGIN: 0px 0px 5px" height=83 src="http://www.deepshift.com/images/DynamicsTheicingontheMicrosoftcake.stack_10B2F/MSDynamicslogoblv_thumb1.png" width=240 align=right mce_src="http://www.deepshift.com/images/DynamicsTheicingontheMicrosoftcake.stack_10B2F/MSDynamicslogoblv_thumb1.png"&gt;&lt;/A&gt; A few months ago I was asked to take on a new role at Microsoft.&amp;nbsp; We've kicked off an initiative within Developer and Platform Evangelism to help drive ISV evangelism for the Microsoft Dynamics brand.&amp;nbsp; I was asked to help drive the content development and programs.&amp;nbsp; What an opportunity!&amp;nbsp; I jumped at the chance and am now on this full-time.&amp;nbsp; That's why my blog went dark for a few months, BTW.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The reason I jumped at this is that I see enormous potential in this area.&amp;nbsp; Early in my career I spent many years building ERP systems.&amp;nbsp; This was back when they were still called accounting systems.&amp;nbsp; :)&lt;/P&gt;
&lt;P&gt;For those who haven't been paying attention to this part of the Microsoft business, a little history: Microsoft acquired Great Plains in 2001 (getting Great Plains and Solomon in the deal) and Navision in 2002 (getting Navision and Axapta in that one).&amp;nbsp; Until recently we've been running all of these products as a separate division.&amp;nbsp; That has worked ok but I don't think it's done much to help integrate those products into the rest of Microsoft.&amp;nbsp; We've taken it slow as all four products had partners with investments in products and businesses riding on the success of those products and Microsoft is nothing if not hyper-sensitive to the needs of our partners.&lt;/P&gt;
&lt;P&gt;In 2005, we mapped out the &lt;A title="Project Green" href="http://www.microsoft.com/presspass/press/2005/mar05/03-07Convergence05UmbrellaPR.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/press/2005/mar05/03-07Convergence05UmbrellaPR.mspx"&gt;plan&lt;/A&gt; for how we were going to rationalize the four ERP products in our portfolio and more importantly talked about the &lt;A title="Project Green" href="http://www.microsoft.com/presspass/press/2005/mar05/03-07Convergence05UmbrellaPR.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/press/2005/mar05/03-07Convergence05UmbrellaPR.mspx"&gt;roadmap&lt;/A&gt; for how we were going to do it in a way that our existing partners could come along for the ride.&amp;nbsp; We've been executing to that plan ever since.&amp;nbsp; The past year especially has been pretty exciting to watch.&amp;nbsp; About a year ago we combined all the line of business products into &lt;A title="MBS becomes Dynamics" href="http://www.microsoft.com/BusinessSolutions/dynamics.mspx" target=_blank mce_href="http://www.microsoft.com/BusinessSolutions/dynamics.mspx"&gt;one brand&lt;/A&gt; called &lt;A title="Dynamics brand - Q&amp;amp;A with Tami Reller" href="http://www.microsoft.com/presspass/features/2005/sep05/09-06Brand.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/features/2005/sep05/09-06Brand.mspx"&gt;Dynamics&lt;/A&gt;.&amp;nbsp; Around that same time we also moved the Microsoft Business Solutions (MBS) group in with the Information Worker group to form the Microsoft Business Division under Jeff Raikes.&amp;nbsp; And finally, a few months ago Jeff Raikes appointed &lt;A title="Satya Nadella bio" href="http://www.microsoft.com/presspass/exec/nadella/default.mspx" mce_href="http://www.microsoft.com/presspass/exec/nadella/default.mspx"&gt;Satya Nadella&lt;/A&gt; to &lt;A href="http://www.microsoft.com/presspass/features/2006/sep06/09-12MBSRaikesNadella.mspx" mce_href="http://www.microsoft.com/presspass/features/2006/sep06/09-12MBSRaikesNadella.mspx"&gt;head up the MBS group&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You see what we did there? We took what, a couple of years ago, was a billion dollar bag on the side of the company and pulled it into to where it is now a strategic part of the business.&amp;nbsp; We then put a hard core Microsoft exec who understands both the Microsoft business and culture as well as having made a big impact on the MBS roadmap. Nice!&amp;nbsp; In most companies that would be just another re-org.&amp;nbsp; In my mind, though, we're now set up to bust out and grow this business and that I like, I like!&amp;nbsp; Do I like that it took us 5 years to get here?&amp;nbsp; Not so much but I understand why and agree it had to happen that way.&lt;/P&gt;
&lt;P&gt;If all we'd done was rearrange the office name plates I wouldn't be so excited.&amp;nbsp; What's got me really excited is the product roadmap for the next few years.&amp;nbsp; I'll talk about that in my next post...&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=937868" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benriga/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/benriga/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://blogs.msdn.com/benriga/archive/tags/ERP/default.aspx">ERP</category><category domain="http://blogs.msdn.com/benriga/archive/tags/CRM/default.aspx">CRM</category></item></channel></rss>