
Hi
I was just wondering if someone could explain this process step by step. I mean I understand what is this eConnect and how to insert the header or the line details but how would I use it. Lets say I have an excel file, can I use it, if yes how? What if I have another table in the same database where the records are stored and I would like to import it to create an invoice in Dynamics GP Sales Order Processing. What should I be doing, what would be the steps?
Please respond.
Sat
*This post is locked for comments
I have the same question (0)Hello,
eConnect is a collection of tools, interfaces that allow applications to programmatically interact with Microsoft Dynamics GP.
YES you can read any type source file including excel and import data into Dynamics GP using eConnec. You need to create a custom application using .NET and eConnect API. refer below link:
msdn.microsoft.com/.../aa974167.aspx
On creating Invoices, Its sames process you should read the data from the table instead of excel and process using eConnect.
Best,
Srini