Use this event to
Excerpt |
---|
Set values to display on a grouped "group header" element created from GroupBy, or suppress the "group header" element. |
Always used in conjunction with an [...]_OnAfterSetFrom[...] event.
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Setup Doc. Types", 'OnAfterCreateDefaultDocumentTypes', '', true, true)]
local procedure MyOnAfterCreateDefaultDocumentTypes()
begin
end;
Example
How-to: Group matching order lines (GroupBy)
...