Skip to main content

Hi,

 

When printing the pick list, I would like to also print part labels at the same time. The goal is to identify the parts when picking: the operator goes to the location, takes the parts and puts a label on it.

 

In the shipment type, you can have an event to print the handling unit labels. However, as we didn’t define Handling units yet, that’s no use. How can I do this?

 

Thanks!

Any recommendations on this issue?


@First Employee @DMNVHEI I guess you need to be sure which label you wanna print. Is it Inventory Part Barcode → the one you can print from Inventory Part In Stock?

One suggestion would be

→ define the mapping between users / report / printer

→ create a custom PL/SQL event action that should be triggered when PickList is printed

  • cursor to select the part no in the picklist
  • cursor to select the printer based on the Report User Printer definition
  • loop to create the printing jobs for all the parts in the picklist

 


Reply