Use this event to
...
/// <remarks>
/// Redirected from standard event OnAfterPostWhseShipment to new local event for more accessible "interface" (all neccessary events in Codeunit MOS Pack API)
/// </remarks>
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB Pack API", 'OnPostPackingOnAfterPostWarehouseShipment', '', false, false)]
localprocedure OnPostPackingOnAfterPostWarehouseShipment(var WarehouseShipmentHeader: Record"Warehouse Shipment Header")
begin
end;
Example - Book and Print an existing Transport Order for a Warehouse Shipment when shipment is fully posted
...
Filter by label (Content by label) showLabels false showSpace false sort title title More examples excerptType simple cql label = "onafterpost" and label = "example" and label = "pack"
Version History
Version | Changes |
---|---|
MOB5.42 | Introduced |
...