I am trying to determine whether I want to make some processing happen in a BPM or my customization. This is for generating a bartender trigger file.
I’ve got it working in both. Currently, I have a BPM on PartTran causing a box label to automatically print. I also do something very similar on a customization where I generate a Master (Skid) label.
I am looking to implement reprints (of the last couple of transactions). In the BPM I see issues arising from having to make a transaction to cancel the original transaction (to correct qty), the resubmitting the original transaction back. Does that make sense? Also, if the original reported qty has moved bins, it seems like that would cause issue with that process.
The only downside I see to doing it in a customization is that it will only affect screens that have the customization - and I don’t think that’s going to be an issue in this case.
You are printing a label based upon a Part Tran transaction?
If you have the transaction number, you should be able to gather the same data you used the first time to print the label……
I used a BPM and a dashboard and it has been working well for our WIP tags.
I created an updateable dashboard that pulled the labordtl table. The user enters their information and it pulls the data. I put a UD “reprint” checkbox in the labordtl table so that the user had something to update. When they check it and save, the BPM recaptures the data and prints out the label again.
Los BPM son geniales pero nosotros estamos haciendo tigger en sql server que viene siendo un BPM pero fuera de epicor si no directamente en la base de dato… saludos