Versions Compared

Key

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

Use this event to

Excerpt

Change sort order for Order Lines at the mobile device.

...


Description

You may use this event only to change sort order of the Order Lines displayed at the mobile device. You cannot set any values from this event.

...

Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Put AwayMOB WMS Put Away", 'OnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true true, true true)]
    local procedure OnGetPutAwayOrderLines_OnAfterSetCurrentKey(var _BaseOrderLineElementView: Record "MOB Ns BaseDataModel ElementMOB Ns BaseDataModel Element")
    begin
    end;

Example

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Put AwayMOB WMS Put Away", 'OnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true true, true true)]
    local procedure OnGetPutAwayOrderLines MyOnGetPutAwayOrderLines_OnAfterSetCurrentKey(var _BaseOrderLineElementView: Record "MOB Ns BaseDataModel ElementMOB Ns BaseDataModel Element")
    begin
             _BaseOrderLineElementView.SetCurrentKey(ItemNumber);
             _BaseOrderLineElementView.Ascending(false);
    end; 



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

...