I have implemented a BPM to auto-print Receipt Tags when the Received checkbox is checked and the receipt is saved. The auto-print is working correctly.
However, for PUR-MTL transactions, some fields on the tag such as MtlSeq, Operation, and Resource Group are not being populated, while other transaction types print correctly.
Has anyone encountered this? Is there a way to populate these fields for PUR-MTL transactions without affecting the behavior of other transaction types?
If you post more info on your BPM we may be able to help more.
What table are you running this on? RcvDtl doesn’t have trantype. Parttran doesn’t have received…
PUR-MTL will have a job material sequence, though it may be stored as jobseq.
I don’t think material won’t have an operation on its record. There may be an operation tied to it, but you’ll have to look that up.
Then if you can find the operation, you can pull the resource group info.
Adding screenshot of the BPM configuration and Auto Print parameter mappings.
The BPM is a Standard Data Directive on RcvDtl and successfully prints Receipt Tags. The issue is only with PUR-MTL transactions, where MtlSeq, OpCode, and Resource Group are blank, while other transaction types print correctly.
I’m looking for a solution that populates these fields for PUR-MTL without affecting the transaction types that are already working.
Yeah that operation information won’t be in the ttRcvDtl dataset for materials.
You’ll have to add another widget or code block to get at that job data.
I’m facing an issue with Inventory Transfer label printing.
When the label is auto-printed through Auto Print, only the From Bin value prints correctly. The To Bin value is missing.
However, when I manually print the same label, both the From Bin and To Bin values print correctly.
Has anyone encountered this issue before or know what might be causing the Auto Print process to miss the To Bin value? Any guidance or suggestions would be greatly appreciated.