Great Plains Customization Tools: Dexterity, Modifier, eConnect, Auto Posting Server

May 20
07:18

2008

Andrew Karasev

Andrew Karasev

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

Microsoft Dynamics GP, or former Great Plains Software eEnterprise, Dynamics has proprietary EDI: Microsoft Dexterity. This tools really requires skilled programmer to do the job, and we do not recommend you to do dex modification on your own or try to come through Great Plains Dexterity programming learning curve.

mediaimage

Instead you should probe yourself as GP developer with eConnect – C#,Great Plains Customization Tools: Dexterity, Modifier, eConnect, Auto Posting Server Articles VB and SQL skills are helpful here, or even in VBA – this programming technique comes together with GP Modifier module.  Let’s review the tools:

1.       eConnect.  This is Software Development Kit with sample codes in VB and C#.Net.  At the end of the chain eConnect calls encrypted SQL stored procedures, which you can not modify, and you shouldn’t as these procs replicate Dexterity business logic, where eConnect has some features of Object Oriented Programming.  eConnect was initially dedicated to eCommerce Microsoft Visual Studio developer, who is given the objective to integrate e-commerce website with GP ERP at the back end.  eConnect has some restrictions, one of them is lack of batch posting ability, so we recommend you Alba Spectrum Posting Server

2.       Auto Posting Server.  Again, GP is written in Microsoft Dexterity and it has its internal logic, which is available for Dexterity source code developer.  Posting Server calls GP Dex batch posting native logic to post batches in the queue.  You, as SQL programmer should place batches, created in eConnect or Integration Manager into this queue table.  In our opinion, this product is more flexible and gives you more control, than Autopost, developed by Parity Software, GP VAR from South Africa

3.       Modifier with VBA.  If you have comfort level in VBA scripting and past experience programming and modifying MS Excel, Access, Word or other office applications with VBA, the research this option of GP customizing.  Modifier allows you to place new fields to GP forms and screens and then you as programmer can associate VBA scripts with these new fields.  If you plan to alter DB, by clicking or filling up new fields, please be sure that you are familiar with Microsoft ADO technology