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
top rated cleaning service Lake Forest ..In our case ? we serve Microsoft Business Solutions ERP... Read More
Should one use Windows Update?This topic has good and valid... Read More
2005 ? Back to the Future.What does the future hold?... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
Looks like Microsoft Great Plains becomes more... Read More
MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
Adware is a type of Spyware program that displays some... Read More
How would you like to prevent spyware and adware from... Read More
Most people understand that the "hardware" part of their computer... Read More
Traditionally we were considering functionally rich systems, such as SAP,... Read More
Assertion facility is added in J2SE 1.4. In order to... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
Document Management or Enterprise Information Management is perhaps one of... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Think of this, first we had the HAM Radio, then... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
Software development is a risky business.Many software developers are barely... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Fundraising software lets you connect with donors in a way... Read More
This article illustrates the best practices to improve the performance... Read More
For a long time now Microsoft's Internet Explorer has ruled... Read More
Many Webmasters have never bothered to view their website's server... Read More
Microsoft Business Solutions ? Great Plains has captured the US... Read More
insured cleaning company Morton Grove ..Microsoft Business Solutions CRM and IBM Lotus Notes Domino, being... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Microsoft Business Solutions Great Plains was purchased from Great Plains... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Customer Relationship Management (CRM) is a strategy and processes used... Read More
Corporate ERP/MRP selection might be tough one, especially considering very... Read More
Microsoft Great Plains, former Great Plains Software Dynamics / eEnterprise... Read More
Before being able to choose a secure Internet communication system,... Read More
TCO (Total Cost Ownership) is the buzzword in... Read More
Customer Relationship Management, abbreviated "CRM," is the term for a... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Small can be beautiful! Working with Knoppix for the past... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
You might think you don't need a firewall... Read More
.NET platform does not support multiple inheritance. Do not confuse... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
We would like to give you several situations, when you... Read More
Pirated software is on the increase and now accounts for... Read More
The java programming language is becoming more and more popular... Read More
How many steps does it take you to locate and... Read More
Software development is a risky business.Many software developers are barely... Read More
Best Software Act! is very popular CRM for small and... Read More
Software |