We have data directive running on labor dtl.to print mtl tags when a certain op is complete. The auto print works and drops the BT file where it’s supposed be but there is no data in the file. I have the job assembly oprseq and all qtys. The BT file gets created but there is no record. Ive been trying to figure this out but it feels like the auto print isn’t pulling the record. Any ideas would be great.
Are you using the GenInv Report Style?
I have seen this before where the ClientBPMData was being populated but not the Dataset. If i remember i was trying to make a label from a UD table and there was no Genxxx report style available.
My workaround at the time was to concatenate my data into a CSV format and save to the callContextBPMData.Character01 and then i was able to get Bartender to parse the field data.
Sorry, i don’t have a direct “Fix” for you - but what you are describing is very similar.
Also, i created that “workaroud” a few years ago - not even sure that is still true.
DaveO
No we are using material tags. I could use code to create the csv file and move it to the bartender queue but I wasn’t sure if there was a way to make this work.