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 ReceiveMOB WMS Put Away", 'OnGetReceiveOrderLinesOnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true true, true true)]
    local procedure OnGetReceiveOrderLines OnGetPutAwayOrderLines_OnAfterSetCurrentKey(var _BaseOrderLineElementView: Record "MOB Ns BaseDataModel ElementMOB Ns BaseDataModel Element")
    begin

    // _BaseOrderLineElementView:  Temporary record representing the Order Lines

    end; 

Example

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS ReceiveMOB WMS Put Away", 'OnGetReceiveOrderLinesOnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true true, true true)]
    local procedure OnGetReceiveOrderLines 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"

...