Ecommerce For Dynamics Gp Notes: Econnect Batch Posting

Microsoft Dynamics GP is becoming very popularPervasive SQL or Ctree, your options are very
ecommerce ERP and accounting back office. Thislimited, you can still try to program ODBC
trend is probably related to success of eConnectconnection to Pervasive SQL 2000 database, but
SDK, especially for Dynamics GP 10.0 and 9.0then you will have to reprogram the logic, which is
versions. eConnect allows you, being generic C#,in fact available in eConnect (if you migrate from
VB.Net programmer with good SQL and XML skillsPervasive to Microsoft SQL Server and upgrade
to program Great Plains objects manipulation:to new version GP 10.0)
Customer, Address, Sales Invoice, Customer2. Automatic Batch Posting. Here we often hear
Payment and other attributes of ecommercefrom ecommerce programmers the question
shopping cart. eConnect, being coded in SQL– why eConnect doesn’t have the tools
Server Stored Procedures (they are encrypted,and logic to post Great Plains SOP Batches (as
so you probably should not expect to trace SQLwell as post batches in other Great Plains
code for Great Plains business logic there). In thismodules). The answer is in GP architecture (it is
small publication we would like to share with youpretty common, and you should expect similar
ecommerce coding experience and Dynamics GPrestrictions in other ERP and MRP platforms). The
automatic batch posting from eConnect applicationconcept of ERP business transactions flow
directly:suggests you to use three phases of transaction
1. Older versions of Great Plains Dynamics GP. Iflife: work, open and historical. eConnect allows you
you are on GP 8.0, 7.5, 7.0, 6.0, 5.5, 5.0 or earlierto create work transactions, in Great Plains these
versions, we recommend you to upgrade toare newly created invoices or sales orders, placed
Dynamics GP 10.0 as for this version eConnect isin the batch and submitted for Great Plains user
really advanced. If you do not have registrationreview and posting. In order to trigger Dynamics
key, probably due to the fact of lapsing inGP batch posting from eConnect application
Dynamics GP Great Plains annual maintenancedirectly – you have to deploy Great Plains
program, consider deploying Sales Orderadd-on – Alba Spectrum Posting Server
Connector, or set of SQL stored procedures,3. Posting Server. It consumes one user license
created for ecommerce web developers of olderand deploys Dynamics GP Dexterity source code
Great Plains version to connect ecommerceto trigger the same coded logic in Dexterity for
shopping cart with GP Sales Order Processingbatch posting.
module, please call us for details. If you are on