<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>ERP Software Blog &#187; silicon valley microsoft dynamics gp partner</title> <atom:link href="http://www.erpsoftwareblog.com/tag/silicon-valley-microsoft-dynamics-gp-partner/feed/" rel="self" type="application/rss+xml" /><link>http://www.erpsoftwareblog.com</link> <description>Microsoft Dynamics vendors provide comparisons and opinions to professionals in the ERP/Accounting software selection process</description> <lastBuildDate>Wed, 08 Feb 2012 18:45:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>2, 4, 6, 8… What Does Dynamics GP Integrate?</title><link>http://www.erpsoftwareblog.com/2009/07/2-4-6-8%e2%80%a6-what-does-dynamics-gp-integrate/</link> <comments>http://www.erpsoftwareblog.com/2009/07/2-4-6-8%e2%80%a6-what-does-dynamics-gp-integrate/#comments</comments> <pubDate>Mon, 13 Jul 2009 21:30:50 +0000</pubDate> <dc:creator>Sandeep Walia, Ignify</dc:creator> <category><![CDATA[About Microsoft Dynamics GP]]></category> <category><![CDATA[ERP Software Information]]></category> <category><![CDATA[Microsoft Dynamics ERP Functionality]]></category> <category><![CDATA[Microsoft Dynamics GP Northern California]]></category> <category><![CDATA[northern california great plains]]></category> <category><![CDATA[silicon valley microsoft dynamics gp partner]]></category><guid
isPermaLink="false">http://www.erpsoftwareblog.com/?p=703</guid> <description><![CDATA[OK, so I can’t believe I’m running with my wife’s idea of bending an old high school cheer leader football chant into a compelling blog title about data integration.  But really, this question is quite simple.  It’s exciting to know that Microsoft Dynamics GP will integrate with the vast majority of third party and legacy [...]<p><a
href="http://www.erpsoftwareblog.com/2009/07/2-4-6-8%e2%80%a6-what-does-dynamics-gp-integrate/">2, 4, 6, 8… What Does Dynamics GP Integrate?</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/10/microsoft-dynamics-gp-and-dynamics-sl-integrate-with-bar-coding-and-scanning-systems/" rel="bookmark">Microsoft Dynamics GP and Dynamics SL Integrate with Bar-Coding and Scanning Systems</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/09/are-we-ready-for-erp-software-to-integrate-with-social-media/" rel="bookmark">Are We Ready for ERP Software To Integrate with Social Media?</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/10/tearing-through-the-paper-barrier-to-integrate-data/" rel="bookmark">Tearing Through the Paper Barrier to Integrate Data</a></li></ol> <br/> ]]></description> <content:encoded><![CDATA[<p>OK, so I can’t believe I’m running with my wife’s idea of bending an old high school cheer leader football chant into a compelling blog title about data integration.  But really, this question is quite simple.  It’s exciting to know that <a
href="http://www.ignify.com/GreatPlains.asp">Microsoft Dynamics GP</a> will integrate with the vast majority of third party and legacy systems so that information can be collaborated and shared effectively.</p><p>Though GP offers a wide array of integrating modules and third party solutions, there are times when you will definitely gain advantages by creating a custom integration with one of your important systems that may not currently talk to GP. </p><p>An example is a client of mine that wanted to integrate GP to a warehouse management system (WMS).  The client wanted to turn off the Multi-Bin functionality in GP and let the WMS system do the heavy lifting of managing warehouse movements, tracking and managing of inventory, staging, and fulfillment.</p><p>Therefore a decision was made to leverage <a
href="http://www.microsoft.com/dynamics/gp/using/developertoolkit.mspx">Microsoft’s Developer Toolkit for Microsoft Dynamics GP</a> to create this integration.  Now don’t get me wrong, performing an integration of this magnitude was not easy, but once we finished it, it was well worth it. </p><p><strong>We utilized these tools to accomplish this integration:</strong></p><ul><li>eConnect – Lets you automate the integration of fields and data and adds data validation specific to GP.</li><li>XML files – This is a universal convention for passing data between two different systems.</li><li>Web Services – A web interface for third party integration applications.  It provides different methods for transmitting different XML payloads between the two systems.</li><li>Microsoft Message Queuing (MSMQ) – Provides guaranteed message delivery, efficient routing, security, and priority-based messaging.</li><li>SQL Stored Procedures – There were a small number of data integration points that were not supported by eConnect so we created stored procedures to update the data.</li></ul><p><strong>Steps taken to successfully achieve this integration were as follows</strong>:</p><ol><li>Reviewed the requirements and agreed upon a design.</li><li>Mapped required data between the two systems via Excel mapping tables.</li><li>Agreed upon the XML file formats.</li><li>Created the Web Services.</li><li>Set up MSMQ to facilitate the transfer of data.</li><li>Configured the different eConnect integrations.</li><li>Worked closely with a couple of developers on the WMS side so that they could accept GP data and GP could accept their data in acceptable XML payload format.</li></ol><p>  <strong>Information passed from GP to the WMS:</strong></p><ul><li>Sales orders</li><li>RMA’s – These were sent over to the WMS as a special type of Purchase Order to facilitate receiving of returned parts into the WMS.</li><li>Purchase Orders</li><li>Inventory Transfers – Created a PO in the WMS if parts were being transferred into the WMS location and created sales orders if parts were being shipped out to a different location.</li><li>Items – GP was the owner of the item database and passed new items and updates to the WMS.</li><li>Vendors</li></ul><p><strong>Information passed back from the WMS to GP:</strong></p><ul><li>Sales Order Fulfillment – Once an order was shipped then the WMS would send back to GP the fulfillment notification and it would automatically update the Quantity Fulfilled on the sales order line item as well as updating the tracking number.  Once a line on a sales order was fulfilled it would then automatically invoice, speeding up revenue recognition.</li><li>Inventory movements – Though there are several different WMS movement types, we only integrated movements in/out of quarantine locations (unsellable locations).</li><li>Inventory Adjustments – WMS Cycle counts and standard adjustments updated GP.</li><li>Purchase Order Receipts – Parts received in the warehouse would automatically create PO Receipts in GP.</li><li>RMA Receipts – When returned parts were received in the WMS it would create RMA Receipts in GP.</li></ul><p><strong>Benefits of the integration:</strong></p><ul><li>Two separate systems now talk to each other efficiently.</li><li>The WMS is a real time extension of GP to help manage fulfillment, inventory management and purchasing.</li><li>Items, vendors and item quantities are synced up between the two systems.</li><li>Revenue recognition is enhanced.</li><li>Produced a happy client (most important of all).</li></ul><p>Sometimes the thought of integrating GP to another system of yours might seem out of reach, but really it’s not.  It just requires planning, coordination, and possibly some assistance.  <a
href="http://www.ignify.com/contactus.asp">Contact Ignify</a> – an Inner Circle 2009 Microsoft Dynamics Partner – as we have real life experience assisting customers with simple and complex integrations.</p><p>By Tod Heath of Ignify – <a
href="http://www.ignify.com/">Northern California Microsoft Dynamics GP Partner</a></p><p><a
href="http://www.erpsoftwareblog.com/2009/07/2-4-6-8%e2%80%a6-what-does-dynamics-gp-integrate/">2, 4, 6, 8… What Does Dynamics GP Integrate?</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/10/microsoft-dynamics-gp-and-dynamics-sl-integrate-with-bar-coding-and-scanning-systems/" rel="bookmark">Microsoft Dynamics GP and Dynamics SL Integrate with Bar-Coding and Scanning Systems</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/09/are-we-ready-for-erp-software-to-integrate-with-social-media/" rel="bookmark">Are We Ready for ERP Software To Integrate with Social Media?</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/10/tearing-through-the-paper-barrier-to-integrate-data/" rel="bookmark">Tearing Through the Paper Barrier to Integrate Data</a></li></ol> <br/> ]]></content:encoded> <wfw:commentRss>http://www.erpsoftwareblog.com/2009/07/2-4-6-8%e2%80%a6-what-does-dynamics-gp-integrate/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Microsoft Dynamics CRM Crosses 1 Million Users</title><link>http://www.erpsoftwareblog.com/2009/07/microsoft-dynamics-crm-crosses-1-million-users/</link> <comments>http://www.erpsoftwareblog.com/2009/07/microsoft-dynamics-crm-crosses-1-million-users/#comments</comments> <pubDate>Mon, 13 Jul 2009 18:36:18 +0000</pubDate> <dc:creator>Sandeep Walia, Ignify</dc:creator> <category><![CDATA[ERP Software Information]]></category> <category><![CDATA[CRM module for Great Plains]]></category> <category><![CDATA[Dynamics CRM and GP]]></category> <category><![CDATA[Dynamics GP Northern California]]></category> <category><![CDATA[silicon valley microsoft dynamics gp partner]]></category><guid
isPermaLink="false">http://www.erpsoftwareblog.com/?p=685</guid> <description><![CDATA[In a showing of the hyper-growth that Microsoft Dynamics CRM - the defacto recommended CRM software for the Microsoft Dynamics ERP -  has had, Microsoft announced at the Worldwide Partner Conference 2009 in New Orleans that the product has crossed the 1 million user mark. Customers  worldwide are taking advantage of the power of choice, and [...]<p><a
href="http://www.erpsoftwareblog.com/2009/07/microsoft-dynamics-crm-crosses-1-million-users/">Microsoft Dynamics CRM Crosses 1 Million Users</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/03/microsoft-dynamics-nav-%e2%80%93-1-3-million-users-can%e2%80%99t-be-wrong/" rel="bookmark">Microsoft Dynamics NAV – 1.3 Million Users Can’t Be Wrong</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/01/middle-east-spends-over-20-million-on-erp-software/" rel="bookmark">Middle East Spends Over $20 Million on ERP Software</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/12/how-a-distributor-saved-a-million-with-microsoft-dynamics-nav/" rel="bookmark">How a Distributor Saved a Million with Microsoft Dynamics NAV</a></li></ol> <br/> ]]></description> <content:encoded><![CDATA[<p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">In a showing of the hyper-growth that <a
title="Microsoft Dynamics CRM Overview" href="http://www.ignify.com/microsoftcrm.asp" target="_self">Microsoft Dynamics CRM </a>- the defacto recommended CRM software for the <a
title="Microsoft Dynamics ERP" href="http://www.ignify.com/ERP.asp" target="_self">Microsoft Dynamics ERP </a>-  has had, Microsoft announced at the Worldwide Partner Conference 2009 in New Orleans that the product has crossed the 1 million user mark.</span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Customers  worldwide are taking advantage of the power of choice, and deploying fast, flexible and affordable CRM and xRM solutions across on-premise, partner-hosted and CRM Online deployment models.  </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">In addition, Microsoft Corp. today unveiled new sales and marketing programs for xRM, the new development platform for building sophisticated relationship-tracking applications. With new platform licensing options and close alignment with Microsoft SQL Server, <a
title="Microsoft Sharepoint Server Overview" href="http://www.ignify.com/keyfeature_moss.asp" target="_self">Microsoft SharePoint </a>technologies and other Microsoft solutions, organizations can now leverage xRM to create mission-critical applications that run on-premise or on-demand, reducing application development time and cost. </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">“Our fast path to more than 1 million users illustrates our strong market momentum, and shows how our CRM and xRM offerings are driving worldwide customer and partner success,” said Brad Wilson, general manager of <a
title="Microsoft Dynamics CRM Features" href="http://www.ignify.com/microsoftcrm.asp" target="_self">Microsoft Dynamics CRM</a>. “Today, hundreds of <a
title="Microsoft CRM Features" href="http://www.ignify.com/microsoftcrm.asp" target="_self">Microsoft Dynamics CRM</a> customers are building thousands of xRM applications. We’ve built significant alliances within and across Microsoft to capitalize on these high-growth opportunities, and we’re ready to drive value for our next million customers.”  </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Organizations such as the Leicester City Football Club, a professional sports organization based in the United Kingdom, have used xRM to develop its Player Management application, a solution for managing players, training schedules, diet and wellness programs, and injury prevention analysis. </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">“One big area of concern for a football club is the players, and people come to matches because they want to see good football,” said Lee Hoos, chief executive of the Leicester City Football Club. “In the interest of our fans and our players, we’ve used the <a
href="http://www.ignify.com/microsoftcrm.asp">Microsoft Dynamics CRM platform</a> platform to build applications that help flag warning signs by player to help them avoid preventable injuries. The flexibility of <a
href="http://www.ignify.com/microsoftcrm.asp">Microsoft Dynamics CRM</a> has been invaluable to our business in many ways.” </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">In an innnovative use of CRM or rather XRM, Ignify deployed <a
title="Microsoft Dynamics CRM Features" href="http://www.ignify.com/microsoftcrm.asp" target="_self">Microsoft Dynamics CRM</a> for contract management for contracts with thousands of vendors for AVID Center &#8211; a nation-wide non-profit headquartered in San Diego, CA. AVID Center is also a user of <a
title="Microsoft Dynamics GP " href="http://www.ignify.com/GreatPlains.asp" target="_self">Dynamics GP </a>and  showcases the convergence that customers are looking for between their <a
title="ERP Description" href="http://www.ignify.com/ERP.asp" target="_self">ERP</a> and CRM systems.  By sticking with a single product family such as <a
title="Microsoft Dynamics ERP" href="http://www.ignify.com/ERP.asp" target="_self">Microsoft Dynamics</a>, customers can ensure they get seamless integration between their back office accounting/ inventory systems and front-office customer service and sales force automation systems. </span></p><p
style="MARGIN: 0in 0in 0pt"><span
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Contact <a
title="Ignify is a global top tier Microsoft Dynamics partner" href="http://www.Ignify.com" target="_self">Ignify</a> &#8211; an Inner Circle 2009 Microsoft Dynamics Partner  &#8211; offering <a
title="Microsoft Dynamics ERP" href="http://www.ignify.com/ERP.asp" target="_self">Microsoft Dynamics ERP </a>and <a
title="Microsoft CRM" href="http://www.ignify.com/microsoftcrm.asp" target="_self">Microsoft CRM </a>customers low-cost high value services.  <a
title="Ignify is a top tier Microsoft Dynamics partner" href="http://www.Ignify.com" target="_self">Ignify</a> has offices in Silicon Valley and other locations.</span></p><p><a
href="http://www.erpsoftwareblog.com/2009/07/microsoft-dynamics-crm-crosses-1-million-users/">Microsoft Dynamics CRM Crosses 1 Million Users</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/03/microsoft-dynamics-nav-%e2%80%93-1-3-million-users-can%e2%80%99t-be-wrong/" rel="bookmark">Microsoft Dynamics NAV – 1.3 Million Users Can’t Be Wrong</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/01/middle-east-spends-over-20-million-on-erp-software/" rel="bookmark">Middle East Spends Over $20 Million on ERP Software</a></li><li><a
href="http://www.erpsoftwareblog.com/2011/12/how-a-distributor-saved-a-million-with-microsoft-dynamics-nav/" rel="bookmark">How a Distributor Saved a Million with Microsoft Dynamics NAV</a></li></ol> <br/> ]]></content:encoded> <wfw:commentRss>http://www.erpsoftwareblog.com/2009/07/microsoft-dynamics-crm-crosses-1-million-users/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: www.erpsoftwareblog.com @ 2012-02-09 06:28:53 -->
