- Created by Johannes Sebastian Nielsen, last modified by Peter D. Jørgensen on Nov 08, 2023
Case
When posting you want to print standard reports like base functions "Post & Print" does
Proposed solutions
Print on Inventory Pick
OnPostPickOrder_OnBeforeRunWhseActivityPost
Print on Warehouse Pick
N/A- Currently not supported by event
Print on Shipment (when using "Shipping" function)
OnPostShipOrder_OnBeforeRunWhsePostShipment
Print on Shipment (when using "Post Shipment" function)
OnPostAdhocRegistrationOnPostShipment_OnBeforeRunWhsePostShipment
Print on Shipment (when using "Pack & Ship" function)
How-to: Enable print of Sales Shipment/Transfer Shipment report in Pack & Ship
Prerequisites
You need to have Business Central set up for printing.
You can set up E-mail-printer, Universal Print etc.
See also
-
Page:OnPostShipOrder_OnBeforeRunWhsePostShipment — Code to be executed prior to posting via standard posting routines.
-
Page:OnPostPutAwayOrder_OnBeforeRunWhseActivityRegister — Code to be executed prior to posting via standard posting routines.
-
Page:OnPostPutAwayOrder_OnBeforeRunWhseActivityPost — Code to be executed prior to posting via standard posting routines.
-
Page:OnPostPickOrder_OnBeforeRunWhseActivityRegister — Code to be executed prior to posting via standard posting routine for Whse. Picks.
-
Page:OnPostPickOrder_OnBeforeRunWhseActivityPost — Code to be executed prior to posting via standard posting routine for Invt. Picks
-
Page:OnPostMoveOrder_OnBeforeRunWhseActivityRegister — Code to be executed prior to posting via standard posting routines.
-
Page:OnPostAdhocRegistrationOnToteShipping_OnBeforeRunWhsePostShipment — Code to be executed prior to posting via standard posting routines.
-
Page:OnPostAdhocRegistrationOnPostShipment_OnBeforeRunWhsePostShipment — Code to be executed prior to posting via standard posting routine for RegistratonType "PostShipment".
-
Page:OnPostAdhocRegistrationOnPostPacking_OnBeforeRunWhsePostShipment — Code to be executed prior to the posting of the Packing process, specifically posting the Shipment by the standard posting routine ("Whse.-Post Shipment").
- No labels