Dynamics GP Partner California: EDI for Great Plains notes

EDI of Electronic Document Interchange sometimescreate Purchase Orders in Great Plains POP module,
considered by IT department as something complex,then read and mark it as read in SQL Stored
and in order to implement EDI integration for your ERPProcedure, which saves the resulting row set in EDI
system, you have to purchase expensive EDI add-ons.compliant fixed length fields text or XML file.  This file
 We would like to offer you this small publication, thatis then sent to your EDI channel (ftp uploads, Unix or
should try to bust this myth.  Linux based email channel, here you have a lot of
Traditional EDI code is fixed length fields codevarious options, outside of the scope for this article)
structure with document header, lines or body and 
document trailer.  Newer EDI (or something that3.       Getting Orders from your EDI channel
maybe processed similar to EDI scenarios on the highcustomers.  If you are franchiser and you are
level with your Franchiser) maybe XML structuredreceiving Electronic Document Interchange orders from
documents with similar parts: document header andyour customers or franchisees and you are deploying
document lines.  Both scenarios are relativelyDynamics GP as your accounting system, then you
straightforward in SQL scripting, let come to thecan read EDI text or XML file via SQL stored
paragraphs of this story:procedure or SQL XML stored procedure.  This
 procedure parses EDI code and creates SOP Sales
1.       Sample Dynamics GP EDI code.  ForOrder or Invoice in Dynamics GP Sales Order
those of you who are SQL programmer, please takeProcessing module.  Here if you are creating Sales
a look at this publication, where you can see goodOrders you can do direct SQL feeding to SOP10100
chunk of EDI document scripting in SQL.  This codeand SOP10200 tables, or if you prefer business logic
was implemented in real Great Plains EDI integrationvalidation integration and you are feeding to SOP
situation and it should give you good start or help youInvoice, consider programming eConnect SDK.  For
out to finish EDI for Great Plains on your own,those of you who prefer posting Great Plains batches
especially if you work for smaller organization and yourall the way through without user intervention we
ERP and MRP budget is very tight:recommend you to deploy GP Posting Server or
 Autopost, especially if you are in ecommerce business
2.       Dynamics GP EDI for Placing order to 
your Supplier.  If your organization is required to order4.
merchandise from your partner via EDI code you can