Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Full Warehouse Tracking with serial no. is very tedious
Problem
During Pick or Put-away, I am asked to register Item and Bin along with Lot or and Serial Number .
This takes too long because I have many lines.
Solutions
Use Outbound Tracking but donfor each line individual serial number
Solution: Don't track on
warehouseWarehouse/
bin levelBin-level (Warehouse Tracking)
This way you will see One line, where you can register i.e. 10 different Lot or Serial numbers onto.And not see 10 , instead of 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 "SN Specific Tracking"
- 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-upSee also:
A custom way of using Full Warehouse tracking
- 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 on Order Lines by scan (SingleScanRegistration)