I’m running into a couple of different issues when using either the Loop or Subsequent process functionality when attempting to pick multiple parts.
The following configuration flow is being used:
Start Warehouse Task
Start Picking
Report Picking of Part
Business Scenario:
A picker within the warehouse needs the ability to pick multiple parts then scan the appropriate Shipment Location to specify where they are physically placing the items.
The picker will not know which Shipment Location should be used until they have picked material and are physically bringing it to the shipment staging area.
Issue with Loop:
If I attempt to create a loop with Report Picking of Parts, the loop is not considering unique lines.
The next data set is always a duplicate set of data.
I assume this is due to the Unique Line ID being Auto Picked so it continues to grab the first data set as nothing has been committed.
Issue with subsequent process:
If I attempt to use the subsequent process, the configuration prompts me for a Shipment Location in between picking parts - but this is incorrect.
It would be inefficient for the user to pick one part at a time and return to the Shipment Location for each item.
--
Is there anyway a loop/subsequent process can be created successfully to manage this process where a user can pick multiple parts then scan the Shipment Location?