BAQ field for Job Traveler printed by

Hi all,

I can see that [JobHead].[TravelerLastPrinted] gives the last date when the Job traveler was printed by someone.
However, is it possible to see who printed it? is there a field that defines this?

Thanks
Himal

I don’t believe there is by default, but you could create a UD field and a BPM to take care of that.

Another option could be to do a bpm to enable the change log and track changes on the last printed field.

Then in your BAQ you could a join to the change log based on Table name JobHead and LogText matches LastPrinted.

Done something similar here but for when a user either changes a shipment quantity or add lines to a shipment.

Hope this helps