Microsoft Dynamics GP Customization Tools Evolution, Overview For Consultant

Recent Microsoft marketing move from Microsoftbuttons and editable fields on the forms and attach
Business Solutions to Dynamics means Project GreenVBA scripts to these buttons and fields. Theoretically
wave 1 progress. This will mean increasing role ofyou can deploy ADO and make a call to the
XML web services enabled as connectors todatabase, but typically this would be given to Dexterity
eConnect or Integration Object SDK. Let's come toprogrammer. Also Modifier can deal with ReportWriter
the subject. When Great Plains Software introducedreport, which is rarely used option, but you should be
the first graphical accounting application for Mac andaware of it. Another usufull feature - calling Crystal
Windows in the beginning of 1990th it had Great PlainsReports engine from VBA, so you can print custom
Dexterity customization tool, IDE and programmingCrystal Report - Invoice from SOP Entry screen,
language.instead of regular Report Writer SOP Invoice Form.
Dexterity design was based on several longevityContinuum for VB and Delphi. We do not touch
principles: Graphical platform independence andobvious features of Continuum, but would like to
database platform independence and easy switchmention its advanced use. First, in Dexterity you can
from one DB to the other among the most importantnot easily target multiple modules (coming from
ones. Dexterity was written as a shell in Cdifferent software vendors, those days Intellisol
programming language, which was platformAdvanced Purchase Order Processing, Project
independent and at the same time very efficient inAccounting and ForeStar Fixed Assets). This feature
compilation (close to assembler). Since then we sawcould be addressed through Continuum generated
new tools and options:VBA code with inclusion of Dexterity Scripts
Modifier with VBA. This tool allows you place custom(Sanscript).