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 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:
-
How-to: Select Line and set default Step values (LineSelection) — The LineSelection functionality makes it possible to:
- Select a line based on a response from the backend
- Set default values on the line steps
-
OnAfterCreateDefaultDocumentTypes — Add new custom Mobile Document Type.
-
How-to: Online Validation for Line step — Online Validation on Steps can instantly validate the user data, with a call to BC.
-
Version History
Version | Changes |
---|---|
MOB5.18 | Introduced |