Use this event to
Excerpt |
---|
Handle collected values from a single Registration for any of four different Receive Pick Order sources. Parameters includes a RecRef-instance for the line table. |
...
This event is used to handle collected "line" level steps and is executed once for each individual Mobile WMS Registration.
Like other Receive "Any"-events the event is executed for all of four different receive pick document sources (Warehouse ReceiptPick, Purchase Return Order, Transfer Order and Sales Return Order).
If you are implementing changes for a specific document source, you likely should use one of the document-source-specific events (see "This event is executed afterwards", below).
...
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pick", 'OnPostPickOrder_OnHandleRegistrationForAnyLine', '', true, true)]
local procedure OnPostPickOrder_OnHandleRegistrationForAnyLine(var _Registration: Record "MOB WMS Registration"; var _RecRef: RecordRef)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...