ArticlesReader.com Menu
Newest Articles
Most Viewed Articles
ArticlesReader.com RSS
Submit Article
Login
Signup
Search the articles

Articles Main Categories
Advice
Animals
Automobiles
Business
Career
Communications
Computer Programming
Computers
Entertainment
Environment
Family
Fashion
Finance
Food
Health & Medical
Home & Garden
Humor
Internet Business
Internet Marketing
Legal
Leisure & Recreation
Marketing
Other
Politics
Reference & Education
Religion
Self Improvement
Sports
Technology & Science
Travel
Writing
Subscribe
Receive alert message from us when new articles submitted to our site for free.

Enter your name

Enter your email

Syndicate

















Related Products
Home::All

Microsoft Great Plains Integration Manager – Working With Text File

Author : Andrew Karasev

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.

Spam emails More free articles

Related articles


  1. Scrap Booking Online: Word Perfect or Corel Graphics Suite?
  2. Great Plains Dexterity Customization Options – Overview For Developers
  3. Microsoft Great Plains Security Setup - Overview For Consultant
  4. Microsoft Great Plains Implementation: Collection Management – Overview For Consultant
  5. Best Spyware Removers
  6. Monitoring Software Can be Used for Spying as Well
  7. Beware of Spyware
  8. Microsoft CRM Integration & Customization: SharePoint Document Gateway
  9. Adware, What Is It?
  10. Microsoft CRM Modification – Overview for IT Specialist
  11. Reporting Tools for Microsoft Great Plains – Overview For Developers
  12. Microsoft Great Plains Upgrade – Things to Consider and FAQ
  13. Great Plains Dexterity History and Programming Overview
  14. Microsoft Great Plains on Ctree or Pervasive SQL – What to Do – Tips for IT Manager
  15. Microsoft Business Solutions VAR/Partner Selection – Overview for IT Director/Manager/Controller
  16. Great Plains Accounting Migration to Microsoft Great Plains - Overview for IT Specialist
  17. Microsoft Great Plains Data Conversion – Overview For Developer
  18. Great Plains Dynamics/eEnterprise Upgrade – Things to Consider and FAQ
  19. Crystal Reports - Geterogeneus databases: SQL Server, Oracle, Unidata, Btrieve – Tips For Developer
  20. Great Plains Dexterity Programming – Overview For Developer
  21. Great Plains Custom Development: Dexterity, VBA, SQL, Crystal, eConnect – Overview For Programmer
  22. How To Create A Data Capture Procedure Checklist For Your Small Business CRM Software
  23. Chinese Input - Step by Step Instruction on How to Input Chinese Characters in English Windows XP
  24. Microsoft Great Plains - Payroll & HR Inexpensive Solution? Not Any More
  25. 20 Extra Hours Per Week: What Would You Do?
More related feeds
JSB281-01 USB 20Amp SPDT relay module | Blogger Press Release
Microsoft Dynamics GP Integration Manager module is pretty simple, especially when your incoming data is prepared and structured in CSV or tab delimited text file. Great Plains Integration Manager: working with Advanced ODBC queries ...

microsoft great plains integration manager – working with text file
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. ...

testking Microsoft MB3-215 | Download Free Latest Pass4sure ...
Great Plains 8.0 Integration Manager : MB3-215 Exam Microsoft Business Solutions MB3-215 Exam Q&As PDF download We provide peofessional Microsoft Microsoft.

Developing for Dynamics GP : How to use Word Mail Merge and Macros ...
This method can be useful when working with master records or transactions not supported by any of the existing tools such as Integration Manager, eConnect or Web Services. When attempting to import data into Microsoft Dynamics GP for a ...

Developing for Dynamics GP : VBA - Welcome to Dynamics Example
For those of you who have been involved with the Great Plains product for a while, you will remember the " Welcome to Dynamics " wave that played when the application was launched. Well, if you want that functionality again, ...

Developing for Dynamics GP : Why does Microsoft Dynamics GP ...
How to use the new RetrieveGlobals9.dll file in Integration Manager and in Microsoft Dynamics GP 9.0 (KB 913341) Secure Link. The KB articles below provide more information about connections in v10.00: ...

Microsoft Dynamics NAV News: Dynamics User Group (17 сообщСний)
Previous integration experience with financial systems is required and experience working with Great Plains Dynamics is a definite asset. Expertise with SQL, C#.Net and/or VB.Net is sought. The successful candidate will have completed a ...

Developing for Dynamics GP : Hybrid - Using Menus for Visual ...
NOTE: This customisation uses a method of executing Dexterity sanScript code from VBA which is unsupported by Microsoft. Example code for v10.0 is attached at the bottom of the article. Please see the "Installation Instructions.txt" ...

Developing for Dynamics GP : What do the zDP_ Auto Generated ...
Then Microsoft SQL Server 6.0 arrives on the scene and Great Plains looks at how it can implement Dexterity running on a SQL Server platform. The initial versions were designed to just get Dynamics working on SQL Server without ...

Microsoft Great Plains Integration Manager - Working With Text File
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 ...

 


 

© 2007 articlesreader.com - All Rights Reserved