Use this event to
Excerpt |
---|
Perform logic after posting. For example, printing a label. |
Description
...
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 Count", 'OnPostCountOrder_OnAfterPostAnyOrder', '', true, true)]
local procedure OnPostCountOrder_OnAfterPostAnyOrder(var _RecRefOrderValues: RecordRefRecord "MOB Common Element"; var _OrderValuesRecRef: Record "MOB Common Element"RecordRef; var _ResultMessage: 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) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...