
Hello,
We have a customer using Business Central Fall 2019 Release (on-prem). We created an app, which prints an individual report after posting the Whse. Shipment (Whse. Post Shipment Codeunit OnAfterPostWhseShipment). But if the customer uses "Post + Print" in the Warehouse Shipment, only the individual report is printed. I've debugged the code to see, that the shipment report was executed.
After that I created a Test App, which have a page including three Buttons: The first one prints the first Sales Shipment found in BC, the second one prints the first Sales Invoice found in BC. The third button combines these printings, it first should print the Sales Shipment, and after that the Sales Invoice. For the first two buttons everything is ok, but in the third button, only the Invoice is printed.
At the end, I tried to Post + Print the Warehouse Shipment with "Ship + Invoice" option in a non-customised BC 15.2 version and also here only the invoice was printed. So it seems that only the last report in a process is printed.
So how it's possible to print more than one report during one process?
Thank you in advance!