Occasionally when working with Lanham Pack Line Scanning for Dynamics NAV a single item needs to be shipped in two (or more) separate packages. In this blog post I’ll offer two solutions to this issue.
Solution 1 – Empty Package
This can be achieved using the create extra package command (//CEP) which will create an “empty” Package record. For example:
- Open order
- Scan item
- Close package
- Create empty package (//CEP)
- Close package
- Close order
A drawback of solution 1 is that the empty package won’t have any package lines and won’t be associated with any items.
Solution 2 – Part Quantities
Another solution is to manipulate the item quantity on the package to only assign part of the item. For example packing a single NAV item in two packages could be done with a quantity of 0.5 in each package:
- Open order
- Scan item
- Open Package Card
- Change quantity to 0.5
- Close package
- Scan item again (This will display over pack warning)
- Open Package Card
- Change quantity to 0.5
- Close package
- Close order
This solution has a few more steps, but will result in the package being associated with an item.