Use this event to
Excerpt |
---|
Handle collected values from Header Steps for a Warehouse Item Journal Batch. |
Description
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Count", 'OnPostCountOrder_OnBeforePostItemJournalBatch', '', true, true)]
procedure OnPostCountOrder_OnBeforePostItemJournalBatch(var _OrderValues: Record "MOB Common Element"; var _ItemJnlBatch: Record "Item Journal Batch")
begin
end;
Filter by label (Content by label) showLabels false showSpace false sort title title Examples excerptType simple cql label = "bc" and label = "order" and label = "example" and label = "onbeforepost"
...