Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Use this event to

TODOAdd steps to be
Excerpt

Change sort order for Orders on the mobile device.

Description

You may use this event only to change sort order of the Orders displayed at the mobile device

...

. You cannot set any values from this event.

Consider when defining your custom sorting whether the Orders should still be organized by where-collected-from (default behavior) or if orders should now be sorted across sources.
 

Sorting by existing fields

  • Change sorting key
    • Use .SetCurrentKey(field)-function with any of the existing fields from the Line table (Record parameter on this event).

  • Change sorting direction
    • Use .Ascending(true/false)-function. 

Sorting by custom fields


Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack", 'OnGetPackingOrders_OnAfterSetCurrentKey', '', false, false)]
localprocedure OnGetPackingOrders_OnAfterSetCurrentKey(var _BaseOrderElementView: Record"MOB NS BaseDataModel Element");
begin
end;


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleMore examples
excerptTypesimple
cqllabel = "OnGetPackingOrdersonaftersetcurrentkey" and label = "example"

Version History

...