Options

Import a csv file to Navision

graysintgraysint Member Posts: 2
edited 2005-01-25 in Navision Financials
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

Comments

  • Options
    WaldoWaldo Member Posts: 3,412
    You use dataports for this ...

    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
Sign In or Register to comment.