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
[IntegrationEvent(false, falseEventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pick", 'OnPostPickOrder_OnAfterPostAnyOrder', '', true, true)]
local procedure OnPostPickOrder_OnAfterPostAnyOrder(var _RecRefOrderValues: Record RecordRef"MOB Common Element"; var _OrderValuesRecRef: Record "MOB Common Element"RecordRef; var _ResultMessage: Text)
begin
end;
Parameters
- OrderValues: Header steps
- _RecRef: Reference to...
- the last line "Warehouse Activity Line" being posted
- the "Purchase Header" being posted
- the "Sales Header" being posted
- the "Transfer Header" being posted
- _ResultMessage: The message shown on mobile after posting
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...