Use this event to
...
- After all other OnPost...-events
- Only if posting succeeds
... for all source documents:
- Warehouse Movement
- Inventory Movement
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 move", 'OnPostMoveOrder_OnAfterPostWarehouseActivity', '', true, true)]
local procedure OnPostMoveOrder_OnAfterPostWarehouseActivity(var _OrderValues: Record "MOB Common Element"; var _ResultMessage: Text; var _WhseActivityLine: Record "Warehouse Activity Line")
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...