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.

...



Template

[EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS ReceivePut Away", 'OnGetReceiveOrderLinesOnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true, true)]
procedure OnGetReceiveOrderLines OnGetPutAwayOrderLines_OnAfterSetCurrentKey(var _BaseOrderLineElementView: Record "MOB Ns BaseDataModel Element")
begin    // _BaseOrderLineElementView:  Temporary record representing the Order Lines
end;
 

Example

[EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS ReceivePut Away", 'OnGetReceiveOrderLinesOnGetPutAwayOrderLines_OnAfterSetCurrentKey''', true, true)]
procedure OnGetReceiveOrderLines OnGetPutAwayOrderLines_OnAfterSetCurrentKey(var _BaseOrderLineElementView: Record "MOB 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"

...