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
bmw rental chicago Bath .. Lockport Chicago limo O’HareThe fact that a software tester is a most infamous... Read More
Let's say that you have a software project that's under... Read More
It is now common thing when large corporation selects mid-market... Read More
FTP stands for "file transfer protocol". FTP is basically a... Read More
Document Manager and Version HistoryIn previous articles I have discussed... Read More
Microsoft Office program is a programming tool called Visual Basic... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
ERP Consulting industry is on the way to serve clients... Read More
With thousands of web pages added to the Net every... Read More
Microsoft Great Plains and Microsoft Retail Management System (Microsoft RMS)... Read More
It's all about turn times in the eMedia industry! The... Read More
I have recently created my first Php program. I wanted... Read More
For a windows user like me, just can watch with... Read More
There are two major WYSIWYG(What You See Is What You... Read More
How many steps does it take you to locate and... Read More
Professional services firm cuts costs and improves productivity with integrated... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
Is your PC is slow and wimpy? Then you need... Read More
Microsoft Business Solutions Great Plains, Navision, Axapta, Solomon and CRM... Read More
The purpose of one of our projects was MS Exchange... Read More
What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
limousine service Ava ..How many steps does it take you to locate and... Read More
Fortunately one of the most common reasons cited for the... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
The Internet is reshaping every form of communications medium, and... Read More
In our opinion, traditional approach when you select ERP/MRP system... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Domino server is a buffer between the operation system and... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
In today's business world it's all but impossible to escape... Read More
To all web designers out there, this article is for... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
I started using PIP (Picture It Publishing) Platinum 2002 right... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
While Adobe is the most known maker of PDF tools,... Read More
Microsoft Business Solutions products: Great Plains, MS CRM, Navision, Axapta,... Read More
Navision Software was purchased by Microsoft and now it is... Read More
The most important benefit of XML is its simplicity. Though... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
What is Spyware?Spyware monitors your surfing habits and sends the... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Software |