Post & Print Sales Orders

How do i get Navision to automatically print 2 delivery notes when clicking post and print on a Sales Order?

Thanks :slight_smile:

In Codeunit 82 - GetReport Function, you will have code like

PrintReport(ReportSelection.Usage::“S.Shipment”);

Add same line below it and try…

You can do it from Report selection

Go to Report selection form ->Select Sales → Select Order from lost

Under Invoice report select your reports .But remeber these report should have same dataitem which Order report have.

Or

You can call those two reports in Sales Order Report Itself by using Report.Run/Report.Runmodel