Sales Order Dataport

HaribabuHaribabu Member Posts: 33
Hi Team
I'm new to Dynamics NAV. We are trying to create a Dataport to Import Sales Orders to NAV 5.1 through csv files. I have couple questions regarding this.
1. Is there any standard template (dataport object) available for sales orders?
2. Is it possible to import if sales lines are more then one for an order?
3. I understand that we need to create a dataport updating sales header and sales line tables. Do I need to write any code in the dataport to link the tables?

Thanks in advance

Hari

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    1)no standard template

    2)yes,u can import

    3)no need to write any code if u are importing all mandotory fields from csv.
  • AdamRoueAdamRoue Member Posts: 1,283
    As a non developer I always found it easier to write two dataports, create the headers first, then the lines. Thankfully I no longer have to get involved in this sort of stuff which is beyond my capacity :D
    The art of teaching is clarity and the art of learning is to listen
  • UdAkunuriUdAkunuri Member Posts: 31
    Hi Hari,

    There is no standard format for Import this.

    But i suggest you can use Data Migration tool than creating a new dataport. Because from data migration tool the main advantage is it will call Validates of each field automatically.
    Thanks & Regards,
    Udaykumar Akunuri
Sign In or Register to comment.