Use this event to
Excerpt |
---|
Perform logic after posting For example printing a label. |
...
- 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.
|
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS moveMOB WMS Put Away", 'OnPostMoveOrderOnPostPutAwayOrder_OnAfterPostWarehouseActivity', '', true, true)]
local procedure OnPostMoveOrder OnPostPutAwayOrder_OnAfterPostWarehouseActivity(var _OrderValues: Record "MOB Common Element"; var _ResultMessageWhseActivityLine: TextRecord "Warehouse Activity Line"; var _WhseActivityLineResultMessage: Record "Warehouse Activity Line"Text)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...