Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Use this event to

Set values to display on a "group header" element created from GroupBy, or suppress the "group header" element.

Always used in conjunction with an [...]_OnAfterSetFrom[...] event.


Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Put Away", 'OnGetPutAwayOrderLines_OnAfterSetFromWarehouseActivityLine''', true, true)]
    local procedure OnGetPutAwayOrderLines_OnAfterSetFromWarehouseActivityLine(_WhseActLineTake: Record "Warehouse Activity Line"; var _BaseOrderLineElement: Record "MOB NS BaseDataModel Element")
    begin
    end;


Example

How-to: Group matching order lines (GroupBy)


See also:

 

Version History

VersionChanges
MOB5.18Introduced
  • No labels