Use this event to
...
- Write collected values to new or existing fields in the database that subsequently can be accessed from standard posting function events.
- Validate collected values against live data since registration at the mobile device is mostly conducted offline.
- Not to process "header" level steps. Steps added via OnAddStepsToAnyHeader[...] is better handled via OnPostReceiveOrderOnPostPutAwayOrder_OnBeforePost...-events.
This event is executed once for each individual Mobile WMS Registration after Warehouse Acitivity Lines have been (possibly) split.
When using this event it is always an 1:1 relation between a Registration and a Warehouse Activity Line.
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Put Away", 'OnPostPutAwayOrder_OnHandleRegistrationForWarehouseActivityLine', '', true, true)]
procedure OnPostPutAwayOrder_OnHandleRegistrationForWarehouseActivityLine(var _Registration: Record "MOB WMS Registration"; var _WarehouseActivityLine: Record "Warehouse Activity Line")
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...