How to identify UBE output
I developed a UBE in ERW that manipulates data from multiple different files/views, runs several calculations, and ultimately results in a CSV file in the default JDE "PrintQueue" on the logic server with a file name like "<ObjectID>_<VersionID>_<JobID>_PDF.csv". What's the recommended method and/or best practice to be able to identify that CSV file in order to use it or send it elsewhere such as automatically FTP it to a vendor? Obviously, I'm able to determine everything EXCEPT the JobID, but after extensively searching the knowledge base, it seems that obtaining the JobID at runtime is not the easiest thing to