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 5 Next »

Use this event to

Set values to display on a grouped element created from GroupBy or suppress the element.

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


Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Setup Doc. Types", 'OnAfterCreateDefaultDocumentTypes''', true, true)]
    local procedure MyOnAfterCreateDefaultDocumentTypes()
    begin
    end;

Example

How-to: Group matching order lines (GroupBy)


See also:

 

Version History

VersionChanges
MOB5.18Introduced
  • No labels