Hello!
In picking list registration form, within “Lines” tab, we have a custom field. The worker has to enter the picked quantity in that field to make sure it matches the ordered quantity. A custom method will throw a notification box if the quantity picked is incorrect.
Once the worker has moved the mouse cursor to the next line, I need the system to automatically print the shipping label for that line in order to avoid any mistake in labeling dispatched items.
The default shipping label is not useful. It only shows the sum of quantity packed, along with shipping details. The other issue with default shipping label is that we cannot print the labels for each individual order line through picking list registration form.
I have created a custom shipping report by utilizing AOT report wizard and it works just fine.
In short, the worker enters the quantity picked into a custom field in picking list registration form. The question is how I can make the system to automatically print the shipping label for that line only, using my custom report once the worker leaves that custom field.
Any help with this would be greatly appreciated.