I wrote a custom UBE (R5598002) that submits a series of versions of R42520 (Print Pick Slip).
Each version of R42520 is configured:
- To Print Immediate
- To use the same BIP Report Definition
- With
different default printers in P98616
My problem comes from a
documented feature of UBEs: The printer settings used to launch R5598002 are being applied & overwriting the default printer settings for R42520. That's not what I want.
I'd like to be able to launch each version of R42520 independently, so they each automatically go to their defined printer in P98616,
without inheriting the printer settings from the parent UBE.
I've tried using
Sync & Async Report Interconnects, and also tried using the BSFN
B91300C LaunchBatchApplication. In all 3 cases, the printer defined for R5598002 is overriding the printers defined for R42520.
Does anyone here know a trick for eliminating / disabling printer inheritance when launching a UBE from within another UBE?