eCommerce Integration to Dynamics GP Great Plains notes

Apr 14
07:48

2009

Andrew Karasev

Andrew Karasev

  • Share this article on Facebook
  • Share this article on Twitter
  • Share this article on Linkedin

We assume that you already have established ecommerce web application on one of the popular platforms: ASP, ASPX, PHP/MySQL on Windows IIS or Linux. We would like to come through technology level of ecommerce to Great Plains Dynamics GP integration programming

mediaimage

This is very short excurse and if you plan for full-scale Dynamics GP integration project,eCommerce Integration to Dynamics GP Great Plains notes  Articles you should do your further homework, take eConnect training, contract Dynamics GP Dexterity technology partner, deploy automatic solution for Great Plains Integration Manager module to name you few of the possible options:

 

1.       Dynamics GP Integration and Programming tools.  eConnect is GP Software Development Kit, which is friendly and has short learning curve for Microsoft Visual Studio C#, VB .Net software developer.  Ground level of eConnect is coded in SQL stored procedures, which are encrypted, so you do not see their source code.  Dynamics GP Integration Manager – it is Great Plains end user friendly tool, however its integration could be scheduled via Windows macro, or similar OS automation tool.  IM, especially with Dynamics GP 10.0 is in large percentage rewritten in eConnect.  Microsoft Dexterity, formerly known as Great Plains Dexterity – this is the shell, written in C++, laying in the base of Great Plains architecture.  Dex is “almighty” and you can customize and program any integration you wish in Dexterity, however GP Dexterity is not so open and requires long learning curve

 

2.       eConnect batch posting.  If you already tried eConnect integration programming, you probably are already aware that eConnect doesn’t post Dynamics GP batches out of the box, you will need to deploy Dynamics GP Add-ons, such as Batch Posting Server

 

3.       Third Party Dynamics GP eCommerce solutions.  In the case, when you are just planning to build and integrate ecommerce web site from scratches, consider getting demos from various Dynamics GP ecommerce ISV partners, this publication is not intended as marketing promotion, so we do not name the Dynamics GP VARs, who are specializing in ecommerce add-ons

 

4.       eCommerce for Linux and PHP.  As Linux is a bit restricted in calling .Net methods of eConnect, we recommend you to consider ODBC call (ODBC/JDBC bridge, or native SQL driver from Linux) of custom Sales Order Processing integration stored procedure, known as GP Order Connector