Use this event to
...
- After all other OnPost...-events
- Only if posting succeeds
... for all source documents:
- Warehouse Put-away
- Inventory Put-away
Note | ||
---|---|---|
| ||
Database posting transactions are committed to database prior to this event. This event is furthermore run as an isolated process.
|
...
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS put away", 'OnPostPutAwayOrder_OnAfterPostWarehouseActivity', '', true, true)]
local procedure OnPostPutAwayOrder_OnAfterPostWarehouseActivity(var _OrderValues: Record "MOB Common Element"; var _ResultMessage: Text; var _WhseActivityLine: Record "Warehouse Activity Line")
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...