Use this event to
Excerpt |
---|
Handle collected values from a single Registration for a Warehouse Journal Line. |
...
- 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 OnPostReceiveOrderOnPostCountOrder_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 Count", 'OnPostCountOrder_OnHandleRegistrationForWarehouseJournalLine', '', true, true)]
procedure OnPostCountOrder_OnHandleRegistrationForWarehouseJournalLine(var _Registration: Record "MOB WMS Registration"; var _WhseJnlLine: Record "Warehouse Journal Line")
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...