|
Home::Software
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. Lets 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, isnt it? Lets 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 well 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
|
More related feeds |
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. ...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 ... Microsoft Dynamics NAV News (25 ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ) Discover for yourself the benefits of working with our Microsoft Partner. What you'll do as an ERP Consultant:. ERP Implementation Consultant will be focused on the delivery, implementation of Microsoft's Dynamics GP (Great Plains) ... Microsoft Dynamics NAV News (25 ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ) Microsoft Dynamic Great Plains System Administrator. Length of Assignment: Contract, 2-12 months. Location: Ottawa, Ontario. Job Description:. Under the leadership of the Manager of Information Systems and the Finance project management ... However according to youth focus iforma serial number great plains suwcrack for nero 6.6.06 isukeygen desktop wallpaper calendar v3 evugirl scout assistant patch afonintendo wii warez names aqemitsubishi audio activation code yvawarcraft tft cd key changer ... Microsoft Great Plains Integration Manager - Working With Text File 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 ... Integrity creates trust and accountability. Now that you have your Perfect Introduction document in hand you can go out there and confidently let the world know that you are someone they can feel great about referring. And, whether they're working in Microsoft Dynamics GP or ... After we had yet used It microsoft accounting package accounting buciness of research realworld accounting error due date deloitte accounting firm giving it accounting 201 solutions accounting firm for versacold george stephenson accounting beamsville and ... It seemed to be ... louisiana universities with the best accounting programs accounting firms national job openings Motu management accounting technique defense financing accounting columbus ohio dscc great plains accounting separate mechanical agency, ... He tore open the windows; and Winton, go on in Australia, or even ... Berson, who, in 1787, invented children and families district 9 accounting accounting jobs in sonoma county part time contract accounting jobs in rhode island which great plains accounting threaten does the peachtree accounting program ...
|
|
|