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::Codeunit, Codeunit::"MOB WMS Base Document Handler", 'OnAfterGroupByBaseOrderLineElements', '', true, true)]
local procedure OnAfterGroupByBaseOrderLineElements(var _GroupOrderLineElement: Record "MOB Ns BaseDataModel Element"; var _IsGrouped: Boolean; var _BaseOrderLineElements: Record "MOB Ns BaseDataModel Element"; var _IsHandled: Boolean)
begin
end;
Example
How-to: Group matching order lines (GroupBy)
... partial code from this how-to:
See also:
-
Case: Register large picks of sequential serial numbers — Customize picking with serial numbers to request a Quantity and Serial Number sequence start number to avoid scanning each serial number individually.
-
How-to: Group matching order lines (GroupBy) — Group matching order lines with the same values and remove redundant line selection and registrations.
Version History
Version | Changes |
---|---|
MOB5.26 | Introduced |