Use this event to
...
This event is used to handle collected "header" level steps and is executed only once per order posting from the mobile device.
Like other Receive "Any"-events, this event is executed for all four different receive document sources (:
- Warehouse Receipt
...
- Purchase Order
...
- Transfer Order
...
- Sales Return Order
...
If you are implementing changes for a specific document source - including if you need to set arguments in standard BC posting routines prior to posting - you should use one of the document-source-specific events (see "This event is executed afterwards", below).
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Receive", 'OnPostReceiveOrder_OnBeforePostAnyOrder', '', true, true)]
procedure OnPostReceiveOrder_OnBeforePostAnyOrder(var _OrderValues: Record "MOB Common Element"; var _RecRef: RecordRef)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...