Use this event to
Excerpt |
---|
Perform logic after posting For example printing a label. |
...
Note | ||
---|---|---|
| ||
Database posting transactions are committed to database prior to this event. This event is furthermore run as an isolated process.
|
Template
...
// [Template] [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Ship", 'OnPostShipOrder_OnAfterPostWarehouseShipment', '', true, true)]
local procedure OnPostShipOrder_OnAfterPostWarehouseShipment(var _OrderValues: Record "MOB Common Element"; var _WhseShipmentLine: Record "Warehouse Shipment Line"; var _ResultMessage: Text)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...