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. Multiple times in our consulting practice we saw the need to integrate General Ledger transactions from one text file and here we give you this and even more complex case, when credit and debit amounts are present on the same line with their own account numbers. Let's assume that we have tab delimited text file, GLSOURCE.txt. Here is how the line looks:
"11242004" (date) "11020016000" (debit account) 212446.68 (debit amount) "15260005400" (credit account) 212446.68 (credit amount)
Pretty challenging, isn't it?
Let's begin
First of all and this is probably easy ? you need ODBC DSN, use Microsoft Text Driver, change default directory, select the file and switch to tab delimited type.
Next, open Microsoft Great Plains Integration Manager and create two new queries ? one will be for the Header and the second for distribution lines in GL transaction. In both cases use Advanced ODBC type of text queries.
GL Header should aggregate by date, so in its SQL window enter this:
select F1 from GLSOURCE.txt group by F1
Now the lines ? here we need unionizing and checking if amount is not zero:
select F1, F2, F3, 0 from GLSOURCE.txt where F3'' union select F1 F4, 0,F5 from GLSOURCE.txt where F5''
The one above is the most difficult part of this article. Please understand it ? we are splitting line into two by union, first we create debit part and then we attach credit part, plus we are weeding out 0 amounts.
Next ? we need to link two queries ? simply link them by F1 field (date). Do it in query relationship. When you are done with linking, right click on the arrow, open properties and in Select Relationship Type window change to:
There can be 0 or more records in the child for each record in the master.
This is important ? we'll have more than one line in GL distribution.
The rest should be familiar for IM consultant.
Select destination as GL Journal, assign transaction date and batch ID as F1 from Header query, switch to entries and select them from debit and credit parts of the lines query.
As additional tools in filtering your text query you could use VBA scripting and even translation.
Translation is the way to go when you need to replace account numbers from the text file with different or translated accounts in Great Plains.
Happy integrating! if you want us to do the job - give us a call 1-630-961-5918 or 1-866-528-0577! help@albaspectrum.com
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Great Plains, Microsoft CRM customization company, serving Chicago, California, Colorado, Arizona, New York, Texas, Florida, Georgia, Canada, UK, Russia, Europe and Australia and having locations in multiple states and internationally ( http://www.albaspectrum.com ), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer.
licensed cleaning services Park Ridge ..When you buy a computer, it most likely comes with... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
The most important things you can do for your computer... Read More
Whether you are an experienced web programmer or a complete... Read More
Introduction: The creating of a computer program involves a number... Read More
When reading an article where some term is used often,... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
Lotus Domino/Notes ? Microsoft Great Plains tandem as ERP with... Read More
Following tips help you to learn a software in lesser... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
There are certain pluses and minuses in both cases and... Read More
I completed an experiment recently. I wanted to find out... Read More
Innovative Maintenance Systems (IMS) is one company that offers solutions... Read More
In this small article we will show you the possible... Read More
Designing without tables by using CSS layouts is fast becoming... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
You turn on your computer, and it doesn't look quite... Read More
What is Snort?Snort is an open source network intrusion detection... Read More
Microsoft Great Plains is now targeting large and midsize businesses... Read More
It???s easy to understand why you might be drawn to... Read More
If you copy something from a Web site or elsewhere...... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
on demand house cleaning Arlington Heights ..I provide, here clear explanations and a count of function... Read More
Just stress testing one of the latest Linux distributions. Been... Read More
After seeing many people complain about their weak Internet security... Read More
Microsoft Business Solutions ? Great Plains is designed to meet... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
Around the same time Microsoft made its move with .Net... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
Follow the steps below to quickly design, generate, and deploy... Read More
In this small article we will be looking at the... Read More
Remember old good days when your company probably had Great... Read More
Great Plains Inventory Management (IV) module gives your business a... Read More
An integral part of any quality CRM system is lead... Read More
No matter how much you enjoy your favorite screensavers, sometimes... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
When Great Plains Software was designing and developing Great Plains... Read More
And kill the best layout software in the process of... Read More
Usually, the easiest way to tell you have spyware is... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
I've been active in the Cisco Certification track for four... Read More
You turn on your computer, and it doesn't look quite... Read More
We would like to give you several situations, when you... Read More
Fundraising software lets you connect with donors in a way... Read More
Software |