Case: Enable "Post and Print"
- Johannes Sebastian Nielsen
Owned by Johannes Sebastian Nielsen
Case
When posting from Mobile WMS you want to print standard BC reports like "Post and Print" actions in WebClient does.
Use the new built-in setting instead
This article was written before "Print Shipment on Post" was added as a feature in version MOB5.46
Instead of the events below, you should use this feaure: Set up Report Print
Enable Post & Print using customization
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" feature)
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 Printing
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").