Options

Manually updating Item record from dataport

juanborrasjuanborras Member Posts: 35
Hi there!

I got items list in csv format and I want to update the Item table, but I need to search using Item vendor code, not Nº. If the Item vendor code does not exist I add a new Item record, if exists I update... it is possible from a dataport? or do I need to use a codeunit?

Thanks,
Juan

Comments

  • Options
    WaldoWaldo Member Posts: 3,412
    You can use a dataport to import the csv into variables. OnAfterImport you'll have to write some code.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.