...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Use this event to
Excerpt |
---|
Perform logic after posting. For example, printing a label. |
Description
The event is executed:
- After all other OnPost...-events
- Only if posting succeeds
...
... for all source documents:
- Warehouse Movement
- Inventory Movement
Phys. Inventory Journals
Whse. Phys. Invt. Journals (When using “Directed Put-away and Pick”)
Note | ||
---|---|---|
| ||
Database posting transactions are committed to the database prior to this event. This event is furthermore run as an isolated process.
|
Template
...
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS moveMOB WMS Count", 'OnPostMoveOrderOnPostCountOrder_OnAfterPostWarehouseActivityOnAfterPostAnyOrder', '', true, true)]
local procedure OnPostMoveOrder OnPostCountOrder_OnAfterPostWarehouseActivityOnAfterPostAnyOrder(var _OrderValues: Record "MOB Common Element"; var _ResultMessageRecRef: TextRecordRef; var _WhseActivityLineResultMessage: Record "Warehouse Activity Line"Text)
begin
end;
Parameters
- _OrderValues: Header steps
- _RecRef: Reference to the "Item Journal Batch" or "Warehouse Journal Batch" being posted
- _ResultMessage: The message shown on mobile after posting
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Version History
Version | Changes |
---|---|
MOB5.22 | Introduced |
...