Custom Search
|
|
Ecommerce Programming For Great Plains Dynamics Gp – Introduction
1. Sales Order Processing module or SOP. This module is typically integrated with your e-commerce application. In eCommerce you create either SOP Order or SOP Invoice. The easiest scenario is to create order or invoice without inventory items allocation, this is especially recommended if you are trying to program integration in SQL stored procedures 2. Great Plains tables structure. This is one of the first questions, which we hear from developers. You should login GP, depending on version, we will give you the path for version 10.0: Microsoft Dynamics GP->Tools->Resource Description->Tables. Tables are grouped by GP series: Financial, Sales, Purchasing, Inventory, etc. 3. Microsoft Dexterity technology. You should be aware that if you populate GP table records, you should treat GP business logic accordingly. The most important is treating GP Dexterity business logic, which is validated when Great Plains client application tries to read records, populated by you – if business logic is violated and could not be validated, Dexterity interface will error out and you will make GP ERP inoperable 4. eConnect. Yes, this is what you should consider to use whenever possible in e-commerce. eConnect core is set of SQL stored procedures, which allow you to create, modify, delete GP master records (customer, vendor, inventory item) and work transactions (such as SOP invoice, or SOP order), plus eConnect allocates invoice or order lines, so the limitation of topic one is not a problem here. What eConnect can not do is post individual transaction or SOP batch – this routine is left to GP operator by GP architecture 5. Posting Server. Alba Spectrum Posting Server allows you combine eConnect with autoposting directly from eCommerce application. Posting server is GP Dexterity application and should be installed on separate GP workstation (or your GP server, where you keep GP workstation with Posting server running). When deploying posting server – you will need to place approved batches to custom tables and posting server will take care of posting process Article Directory: http://www.articledashboard.com Andrew Karasev, Alba Spectrum Group, www.albaspectrum.com help@albaspectrum.com 1-866-528-0577, 1-630-961-5918, serving GP customers USA and Canada Nationwide: California, Minnesota, New York, Quebec, Ontario, Illinois, Texas, Georgia, Arizona, Nevada, Virginia, Florida, new Mexico, Iowa, Indiana, Alaska, Hawaii. Local service is available in Houston/Dallas: Richmond, Rosenberg, Katy, Galveston, Sugar Land; in Chicago: Naperville, Aurora, Plainfield, Romeoville, Batavia, Downers Grove |
|
© 2005-2011 Article Dashboard