...
...
...
...
...
...
...
...
...
...
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
...
Note | ||
---|---|---|
| ||
Database posting transactions are committed to database prior to this event. This event is furthermore run as an isolated process.
|
Template
[IntegrationEvent(false, false)]
procedure OnPostPickOrder_OnAfterPostAnyOrder(var _RecRef: RecordRef; var _ResultMessage: Text)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Version History
Version | Changes |
---|---|
MOB5.22 | Introduced |
...