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 (help@albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer; help@albaspectrum.com
scheduled maid service Northbrook ..It's no secret that software companies operate in a very... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
We all take the computer for granted. I mean, all... Read More
Are you a whiz at calculating financial information? Not the... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Lotus Notes Domino is very efficient in electronic document workflow... Read More
In the Clinton era the status quo was simple: you... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
MS CRM is very close to document workflow automation, including... Read More
Current Microsoft Business Solutions Great Plains has more that 10... Read More
The adware and spyware definitions list is very long. But... Read More
When you need a phone number, you do a quick... Read More
Follow the steps below to quickly design, generate, and deploy... Read More
At the end of XX century, in the late 1990th... Read More
In this short FAQ style article we would like to... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
In this article you will find some background information about... Read More
Three highly respected names in Human Resources have joined forces... Read More
Viruses and spyware usually show up on your computer one... Read More
If you have been using the Internet for any amount... Read More
In this small article we will be looking at the... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
So, you've bought a new Macintosh, and now you may... Read More
As we could imagine, if you are reading this article... Read More
I have always regretted how Microsoft price gouges and rips... Read More
reliable maid service Highland Park ..Microsoft CRM is winning market share step-by-step from such the... Read More
To all web designers out there, this article is for... Read More
Whether you are a small consultancy firm, a medium sized... Read More
Scrapbooks are very popular these days. I think that almost... Read More
At the end of XX century, in the late 1990th... Read More
Fortunately one of the most common reasons cited for the... Read More
Beginning with Domino version R4 it has integration with the... Read More
This article will not attempt to advocate the use of... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Intro This concise article will tell you in plain English... Read More
If you are to buy a HelpDesk & Asset Management... Read More
Microsoft Business Solutions Great Plains has I'd say end user... Read More
In this short FAQ style article we would like to... Read More
This article is the first of a series of articles... Read More
Introduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
Microsoft Great Plains is main Microsoft Business Solutions product, targeted... Read More
You might think you don't need a firewall... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
Find out why Spyware Removal from computers is important and... Read More
A few months back I really got sick of my... Read More
Microsoft Business Solutions Great Plains is written in Great Plains... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
The purpose of one of our projects was MS Exchange... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More
Software |