Versions Compared

Key

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

Use this event to

Excerpt

Filter Warehouse Put-away or Inventory Put-aways, to be displayed at the mobile device.


Description

affects which Orders are displayed. This event "handles" each filter.

With this event you can perform basic record filtering of Orders.

If you have complex conditions, consider consider OnGetPutAwayOrders_OnInclude... instead instead

Learn about Basic vs. Complex filtering


Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Put Away", 'OnGetPutAwayOrders_OnSetFilterWarehouseActivity''', true, true)]
        local procedure OnGetPutAwayOrders_OnSetFilterWarehouseActivity(_HeaderFilter: Record "MOB NS Request Element"; var _WhseActivityHeader: Record "Warehouse Activity Header"; var __WhseActivityLine: Record "Warehouse Activity Line"; var _IsHandled: Boolean)
    begin
    end;


Example
-


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

...