Im trying to automate the printing of a material tag when picking parts on a sales order that the customer has that part on a customer partnum cross reference.
i want to be able to tag the part with that customer’s part number before it ships.
I was going to build it with a bpm on parttran when Ordernum > 0 and trantype Stk-Stk as that is the only transaction i am seeing when picking a sales order with fulfillment workbench
i assume i need to use Linq to see if that part exists on a cross reference to that sales orders customer.
i only want to print if an xpartnum exists. i dont want to print a label if i dont need it. that is why i thought i would need to use linq to set a value on the bpm context that is used on the criteria to autoprint.
i need to do it during picking as we have the users carry portable printers so the items get tagged as they are handling them.
That is why i was going to do it during part tran.