Hello everyone,
I'm working on printing a report, and it functions properly when triggered through the browser. However, when I attempt to run it through a background job, it doesn't work as expected.
I've followed all the relevant printing technical instructions, and in the end, I'm using the following:
Report.Run(Number: Integer [, RequestWindow: Boolean] [, SystemPrinter: Boolean] [, var Record: Record])
Is there something I'm missing, or could this be a bug in Business Central On-Prem?
Thanks!