Great Plains Integration Manager scripting and translation - overview for programmer, software developer, database administrator, IT specialist
Microsoft Business Solutions main middle market ERP application - Microsoft Great Plains has multiple integration options: MS SQL Scripting (stored procedures and views), ADO.Net programming, Microsoft SQL Server DTS packages. You certainly can deploy such SDK tools as eConnect. However here we would like to show you how to program the simplest user friendly tool: Microsoft Great Plains Integration Manager.
We assume that you are familiar with Microsoft scripting technologies: Visual Basic for Application (VBA). You should be aware, however, about poor performance of Integration Manager. We recommend it for low volume of complex transactions. It is good tool, if you are importing about 100 transactions per day from text file (when you need to come through empty lines or something not matching the template to filter integration lines). If you have thousand transactions and performance is critical - switch to SQL Stored procs or Dexterity custom process server.
1. VBA Scripting ? Launch Great Plains Integration Manager, open your integration, right click->Properties, switch tab to scripts, open Before Document script. Now place this code in it:
If Left(SourceFields("F4"), 4)="THRU" Then
SetVariable "DocDate", Right(SourceFields("F4"), 8)
End If
If IsNull(SourceFields("F1")) Or IsNull(SourceFields("F7")) Then
CancelDocument
End If
It should mean that you can create DocDate variable and assign it the value from your query field. The second statement cancels document integration if certain condition met (when line is empty or is not actually integration line - something like comment record, etc.)
Now open Before Document Commit script and place this code there:
Dim MyTime, MyHour
MyTime = Now
MyHour = Hour(MyTime)
If Not IsNull(GetVariable("DocDate")) then
SetVariable "DocNumber", GetVariable("DocNumber")+1
DestinationFields("Document Number")="THRU"+GetVariable("DocDate") &"A" & GetVariable("DocNumber")
DestinationFields("Posting Date")=GetVariable("DocDate")
DestinationFields("Description")="Client Check "+ SourceFields("F1")
If Not IsNull(SourceFields("F8")) Then
DestinationFields("Check.Check Number")=SourceFields("F8")
Else
SetVariable "DocNumber", GetVariable("DocNumber")+1
DestinationFields("Check.Check Number")=GetVariable("DocDate")& MyHour&GetVariable("DocNumber")
End If
DestinationFields("Check.Date")=GetVariable("DocDate")
If Month(DestinationFields("Check.Date")+1)= Month(DestinationFields("Check.Date")) Then
DestinationFields("Check.Date")=DestinationFields("Check.Date")+1
End If
End If
Here you do two things. First you construct check number, using Date and time plus Document number. And the second is even more interesting - you alter check date.
In After Integration script place this code:
ClearVariables
It is good idea to nullify your variables.
2. Translation. Imagine that your are something like collection agency and you need to translate your vendors (from whom you purchase AR) into real vendors (banks). In AP integration open Destination Mapping, select Vendor ID, in the Rule Properties, click on the button next to Translation field, answer No, click on Translation tab and paste from Excel your translation list, something like this:
JOHNB BANKOFAMERICA
PETERP BANKOFAMERICA
MARTHAM CITIBANK
Now your vendors from integration file will be replaced with real vendors from Great Plains.
Happy integrating! if you want us to do the job - give us a call 1-866-528-0577! help@albaspectrum.com
About The Author
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Great Plains, Microsoft CRM customization company, based in Chicago, California, Colorado, Arizona, New York, Texas, Florida, Georgia, Canada, UK, Australia and having locations in multiple states and internationally (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer; akarasev@albaspectrum.com
![]() |
|
![]() |
|
![]() |
|
![]() |
TikiWiki is open source software - it is written in... Read More
Are you a whiz at calculating financial information? Not the... Read More
Should one use Windows Update?This topic has good and valid... Read More
There are so many different programs that clutter up your... Read More
The world of small business accounting software can be a... Read More
Linux essentials:It's free for download but you have to pay... Read More
What is Software?Software is a set of instruction written to... Read More
When you need a phone number, you do a quick... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
In this short FAQ style article we would like to... Read More
Ok... Where to start?Well, I guess I will start at... Read More
Now there are Three Steps To Heaven Just listen and... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
If you feel intimidated when someone tries to teach you... Read More
Just the thought of a duel-boot scares many people away,... Read More
SyncUp, a file synchronizer is designed to assist the home... Read More
Are you lost in the mess of documents that get... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Microsoft CRM is now on the scene and it is... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Well, even if the combination might look very unusual, we... Read More
Beginning with Domino version R4 it has integration with the... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
Best Software Act! is very popular CRM for small and... Read More
Manufacturing in the USA is far away down from mid... Read More
The research in the field of Natural Language Processing usually... Read More
Microsoft Business Solutions is now in process of creating so... Read More
Remember back in the days where screensavers were the coolest... Read More
It would be easy to think, like most people apparently... Read More
Having from five to ten and more favorite screensavers is... Read More
Microsoft Business Solutions Great Plains version 8.5, 8.0, 7.5, Great... Read More
If you've been using MySQL database to store your important... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
This short paper will expand on two key reasons to... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier)... Read More
Remember nice and prosperous Clinton era? When you implemented innovative... Read More
When you think... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Not all of us have the luxury of working both... Read More
Shareware is software that you can try before you buy;... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
This article is the first of a series of articles... Read More
There are several kinds of software piracy. The bottom line... Read More
Linux essentials:It's free for download but you have to pay... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
Security flaws have long plagued Internet Explorer (IE), the market-dominating... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Anti-virus software is used to find, remove or fix files... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
Research bears that less than 70 percent of development projects... Read More
When Great Plains Software introduced the first graphical accounting application... Read More
Pirated software is on the increase and now accounts for... Read More
When it comes to running an office, the SOHO entrepreneur... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
If you copy something from a Web site or elsewhere...... Read More
Remember old good days when your company probably had Great... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
If you are to buy a HelpDesk & Asset Management... Read More
Software |