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
high-end home cleaning Des Plaines ..To all web designers out there, this article is for... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
Words we choose to describe things and phenomena often show... Read More
Before being able to choose a secure Internet communication system,... Read More
Now is the time to look at an alternative to... Read More
Linux essentials:It's free for download but you have to pay... Read More
Spyware, what it is and what it does. Basically, spyware... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
Icons are used everywhere; right from software applications, to internet... Read More
Today's business world is fast-paced. No matter what it is... Read More
It is possible that if one avoided all sources of... Read More
ERP Consulting industry is on the way to serve clients... Read More
Have you ever noticed that when you look at your... Read More
Three highly respected names in Human Resources have joined forces... Read More
Customer Relationship Management, abbreviated "CRM," is the term for a... Read More
SyncUp, a file synchronizer is designed to assist the home... Read More
Are Spreadsheets Robbing your Enterprise of Competitive Advantage?'90% of "average"... Read More
When Great Plains Software was designing and developing Great Plains... Read More
I have yet to see a business that, sometimes in... Read More
Fundraising software lets you connect with donors in a way... Read More
We all already got used to computer monitoring both at... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
house refresh service Glencoe ..Microsoft Great Plains may be recommended for international freight forwarding... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
First we had the original Google search that evolved into... Read More
What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
Microsoft has never released a service pack for Windows98 SE,... Read More
And kill the best layout software in the process of... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
In the previous ISDN article, we looked at how and... Read More
What is 'adware'?Adware is basically software or scripts that are... Read More
Mike Dunville* had a decision to make. As the new... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
In our small article we'll consider Microsoft Business Solutions Great... Read More
A few months back I really got sick of my... Read More
If you are in a business that passes documents around... Read More
Buying accounting software is a major investment. It's an important... Read More
Microsoft Great Plains, Navision, Solomon and Axapta are Microsoft Business... Read More
Trying to figure out a stream in banning one email... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Microsoft CRM is CRM application, maintained and supported by Microsoft... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
We are in a transition phase in the Managerial Administration... Read More
Today's business world is fast-paced. No matter what it is... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
Do you remember that frustrating feeling when you find an... Read More
Software |