I'm looking for a way for importing data held in a csv file directly into an order entry.
ie one row of information contains information for one order.
I've little experience of Navision but would appreciate even a pointer in the right direction.
Many thanks, Des
0
Comments
You'll have to write some code, because the data has to be entered into two seperate tables: sales header and sales line.
Just import the lines into globals.
On the "OnAfterImportRecord"-trigger, you write the code to insert into the sales header table, and then the sales line table.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog