Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

During Pick or Put-away, I am asked to register Item and Bin along with Lot or Serial Number.

This takes too long because I have many lines.


Solutions

Use Outbound Tracking but don't track on warehouse / bin level


This way you will see One line, where you can register i.e. 10 different Lot or Serial numbers onto.

And not see 10 lines where you have to register Bin and Item each time.


How to set up in Business Central / NAV

On the Items "Item Tracking Code" perform the following set-up.

  • Enable "Outbound SN Sales Tracking"
  • Disable "SN Warehouse Tracking"






If you still need Warehouse tracking

You will have to:

  • Write some custom code and set-up

  • Disable "Bin Validation"

  • Enable "RegisterRealtimeQuantity"
    • This will create a call to the Back-end for each registration.
    • Here you will receive the Lot or Serial No. 
      • From this you will have to determine the Item and Bin
      • Store this and use the information during posting

  • Consider Register directly OrderLines by scan