<?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>wordpressrobot.com &#187; Programmer</title>
	<atom:link href="http://www.wordpressrobot.com/tag/programmer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressrobot.com</link>
	<description></description>
	<lastBuildDate>Sat, 25 Jun 2011 20:23:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamics GP ecommerce Integration Technologies: notes for Programmer</title>
		<link>http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer</link>
		<comments>http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer#comments</comments>
		<pubDate>Tue, 16 Feb 2010 00:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Technologies]]></category>

		<guid isPermaLink="false">http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer</guid>
		<description><![CDATA[We assume that in your case you have established Microsoft Dynamics GP (also known as Great Plains Dynamics in the past) and use it in production for accounting, Sales Order Processing, AP, AR, distribution and logistics.  Plus you have working ecommerce website, where integration to GP is very loose: maybe it triggers email to Picking [...]<p><a href="http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer">Dynamics GP ecommerce Integration Technologies: notes for Programmer</a> is a post from: <a href="http://www.wordpressrobot.com">wordpressrobot.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We assume that in your case you have established Microsoft Dynamics GP (also known as Great Plains Dynamics in the past) and use it in production for accounting, Sales Order Processing, AP, AR, distribution and logistics.  Plus you have working ecommerce website, where integration to GP is very loose: maybe it triggers email to Picking and Packing department, or Sales Order Processing people.  In this small publication we would like to review relatively open for end user or in the case of software developer &#8211; not difficult to begin integration coding.  We do not specifically review here differences between B2B and B2C ecommerce scenarios in Dynamics GP, please review our past articles.  There are ready for deployment solutions, we assume that you already did this homework and decided to preserve your investments into your current eCommerce web application, and all you would like to do is robust integration: <br/><br/>1. Real Time versus Batch Mode integrations.  Real Time ecommerce transactions move to GP Sales Orders or Invoices is definitely cool to have, however if this is not absolutely required, we recommend you first to think about Batch Mode ecommerce integration.  Batch mode means, that ecommerce may have some lookups for your customers if item is available in one of your warehouses (via simple SQL query to your Dynamics GP Company database), however ecommerce transactions are moved to GP Sales Document only once per day, or maybe every hour, if you are larger ecommerce retailer <br/><br/>2. GP Integration Manager.  This tool is very friendly to Great Plains users, and it could be extended by programmer via VBA event driven scripts.  IM is first choice if you are planning integrate in Batch Mode.  Please, do not be mislead by some GP consultants, that IM is for text files only.  For advanced ecommerce integration to GP we recommend you to base IM data queries on SQL Server Views (Advanced ODBC based query) and the View itself looks at the existing GP orders and lines and into new ecommerce document &#8211; in that case your scenario could be completely automated.  Plus IM integration could be called automatically via Windows macro third party tiny applications (or you can purchase Integration scheduling tool from Microsoft Business Solutions, check with your Dynamics GP Partner on that).  We helped implement scenarios for large Computer IT integrator and warehouse, where all transactions are coming through B2B ecommerce website on PHP/Linux and GP Integration Manager is scheduled to run every 20 minutes to be close to real time mode integration.  OK, now if you think IM is too simple, let&#8217;s move on to eConnect <br/><br/>3. eConnect SDK and technology for Dynamics GP.  If you are C# or VB.Net ecommerce programmer or programming savvy web master, please review eConnect, as it has set of libraries, which could be added to your MS Visual Studio web projects and you could create, edit, delete virtually all GP Master records: customer, vendor, GL account, Item, Address, Employee, and work transactions: Sales Invoice, Purchase Order, Purchase Receipt, GL Transaction, Customer Payment.  Please, note that you cannot post GP Batches (such as popular in ecommerce scenarios Sales Order Processing Batch) &#8211; if you need complete automation with Batch Posting you need to consider Alba Spectrum Posting Server or Autopost.  Also, eConnect doesn&#8217;t cover some rather historical modules, such as Invoicing (usually Great Plains Customers prefer more robust Sales Order Processing module).  And plus, eConnect from Dynamics GP doesn&#8217;t cover third party Dynamics GP ISV modules, which you may deploy &#8211; consider to check with you Great Plains ISV partner if they have extensions for eConnect.  If you are on Dynamics GP 10.0 and 9.0 &#8211; eConnect is the way to go, however if you are on older version, consider to upgrade to GP version 10.0 prior to deploying eConnect in your ecommerce integration programming <br/><br/>4. Beyond eConnect.  If you believe that your integration is SOP only and it is very simple, we offer Alba Spectrum Order Connector.  This tool supports all current versions: 10.0 and 9.0 plus older versions: 7.5 and 8.0.  You can also combine some Great Plains Dexterity programming to alter business processes in GP as additional help to Integration.  We are trying to discourage you from considering direct SQL Server Stored procedures coding, as eConnect already have this work done for you &#8211; its initial layout is encrypted MS SQL Server Stored Procedures, plus consider the fact that Dynamics GP Business Logic and Data Flow is complex, and its database is not protected from inexperienced SQL programmer &#8211; you can compromise data integrity and incur additional unexpected expenses in involving GP Technical consultants to do data recovery and repair <br/><br/>5. How to get help?  Please, feel free to call us: 1-866-528-0577, outside of USA: 1-630-961-5918 or email us help@albaspectrum.com  We are very technical and real Dynamics GP Dexterity, SAP Business One SDK programming gurus.  We have Great Plains Software Development Factory and could support unlimited Dynamics GP Customization and Programming needs.  Plus we speak English, Chinese, Spanish, Portuguese, Russian, and not only as native speaking sales folks, but as real technical consultants.  If you prefer skype: albaspectrum <br/><br/></p>
<p><a href="http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer">Dynamics GP ecommerce Integration Technologies: notes for Programmer</a> is a post from: <a href="http://www.wordpressrobot.com">wordpressrobot.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressrobot.com/dynamics-gp-ecommerce-integration-technologies-notes-for-programmer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Plains Econnect Posting Options Overview for Programmer</title>
		<link>http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer</link>
		<comments>http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer#comments</comments>
		<pubDate>Sun, 07 Feb 2010 00:42:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Econnect]]></category>
		<category><![CDATA[Great]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[Overview]]></category>
		<category><![CDATA[Plains]]></category>
		<category><![CDATA[Posting]]></category>
		<category><![CDATA[Programmer]]></category>

		<guid isPermaLink="false">http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer</guid>
		<description><![CDATA[  Microsoft Dynamics GP is open to ecommerce programmers and web site developers via SDK, named eConnect.Â  eConnect is bound to the rules of Great Plains Dynamics architecture, which require you first to create work document (Sales Order or Sales Invoice, these are likely to be created from ecommerce shopping cart), then you place [...]<p><a href="http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer">Great Plains Econnect Posting Options Overview for Programmer</a> is a post from: <a href="http://www.wordpressrobot.com">wordpressrobot.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p>  <br/><br/>Microsoft Dynamics GP is open to ecommerce programmers and web site developers via SDK, named eConnect.Â  eConnect is bound to the rules of Great Plains Dynamics architecture, which require you first to create work document (Sales Order or Sales Invoice, these are likely to be created from ecommerce shopping cart), then you place it to the batch and, yes â?? you simply wait until this batch is approved by GP user at the back office end.Â  At this point we expect your disappointment, as you would like, as ecommerce programmer to get higher level of control and push invoice all the way through, meaning that you would like Sales batch to be posted automatically from your ecommerce application.Â  Letâ??s review your options: <br/><br/>1.Â Â Â Â Â Â  Calling native Microsoft Dexterity procedures.Â  If you have deep experience in Great Plains Dexterity programming in the past, and if you are familiar with GP source code programming, then you may decide to spend several hundred of Dex programming and debugging hours to tune Dex routine, which will be running in the customized Great Plains workstation mode and catching your eConnect batch posting event. Â This is just in case, and for the rest of us <br/><br/>2.Â Â Â Â Â Â  Batch Automatic Posting Server, coming from Alba Spectrum, also referred as Autopost.Â  Our programmer did the work, described in #1 for you and all you need to do as web developer is to specify batch in staging table, as ready to be posted.Â  Autopost covers all the modules in GP (with some reservations, if you are trying to post batches in Great Plains Add-Ons or custom modules): GL, SOP, RM, PM, Payroll, Inventory, Purchase Order Processing (EDI scenarios) <br/><br/>3.Â Â Â Â Â Â  Autopost troubleshooting.Â  If you already have Alba Spectrum Posting Server deployed in your organization, please read these lines, before calling to Alba Spectrum customer support.Â  Autopost works in GP user security realm and you consume one dedicated user for eConnect Batch Posting Server.Â  Please, be sure, that this user has security rights to Post batches in the modules, where you deploy Autopost.Â  This is especially important for Dynamics GP version 10.0.Â  Autopost is also available for GP 8.0 and 9.0.Â  It is unlikely, that you are programming eConnect for Great Plains 8.0 <br/><br/></p>
<p><a href="http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer">Great Plains Econnect Posting Options Overview for Programmer</a> is a post from: <a href="http://www.wordpressrobot.com">wordpressrobot.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressrobot.com/great-plains-econnect-posting-options-overview-for-programmer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.496 seconds -->

