Print Job Traveler with dummy job?

Our engineers would like a customization to print a BOM (Job Traveler Report) directly from Method Tracker, without issuing a new job. The only way I can think to accomplish this is to create a dummy job with a quantity of 1 for the given part, print a job traveler based on these parameters, and then delete the dummy job. Hmmm. And they’d like this to happen in one click. I imagine I can create a button that activates a BPM but my brain is numb trying to figure out how I might accomplish this. Is this an outer-worldly task that would require lots of custom C#? Any thoughts?

The one click thing would require a lot of magic. You might be better off writing a new BAQ Report that replicates the Job Traveler (There’s a sample BOM BAQ in the Help using CTE)
Then write a report off that.

Creating a dummy job seems like a really bad idea for a multitude of reasons.

Thank you. That sounds like a much less messy option- I will try to work with that.