Fastest way to upload Opening entries of Items with Lot numb

getegete Member Posts: 76
Hi ,

I have the items nearly 5000 .

Every item has the Item tracking code . that is Lot number only.

Here my doubt is what is the best way to upload the opening entries with LOT number.

Generally we upload the items through dataport to Item journal , then we will assign the Lot/ serial number manually for each line .

Except this is there any best way & fast way to upload the item opening entries with lot number.

Comments

  • kinekine Member Posts: 12,562
    Through dataport which will create the tracking line automatically. :wink:
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • getegete Member Posts: 76
    Thanks Kine,


    could you elaborate how to assign the item tracking automatically in dataport ?


    share it
  • kinekine Member Posts: 12,562
    Have you search the forum? :wink:
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • getegete Member Posts: 76
    kine wrote:
    Have you search the forum? :wink:


    Thanks Kine,

    i searched the forum, but i could not find .

    so please let me know
  • canadian_baconcanadian_bacon Member Posts: 91
    You can write code on the OnAfterImportRecord trigger of the dataport and use these functions from the "Create Reserv. Entry" codeunit:

    SetNewSerialLotNo
    CreateReservEntryFor
    CreateEntry

    Enter whatever you need for the parameters for each function.
  • AdamRoueAdamRoue Member Posts: 1,283
    I suggest you try the search, not just once, but with different attemps, this came up within 20 seconds of me looking, so it is not difficult.

    viewtopic.php?t=25539&highlight=tada
    The art of teaching is clarity and the art of learning is to listen
  • ara3nara3n Member Posts: 9,256
    I wonder why 'Tada' is highlighted :D
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.