Use this event to
...
OnPostCountOrder_OnHandleRegistrationForWarehouseJournalLine
OnPostCountOrder_OnHandleRegistrationForItemJournalLine
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Count", 'OnPostCountOrder_OnHandleRegistrationForAnyLine', '', true, true)]
procedure OnPostCountOrder_OnHandleRegistrationForAnyLine(var _Registration: Record "MOB WMS Registration"; var _RecRef: RecordRef)
begin
end;
Filter by label (Content by label) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Version History
Version | Changes |
---|---|
MOB5.13 | Introduced |