Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Use this event to

Excerpt

Filter Warehouse Shipment Journal Lines to be displayed as Order Lines at the mobile device.

Description

With this event you can perform basic record filtering of Order LinesOrders.

If you have complex conditions, considerOnGetShipOrderLines OnGetCountOrderLines_OnInclude... instead instead

Learn about Basic vs. Complex filtering


Template

       [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS ShipMOB WMS Count", 'OnGetShipOrderLinesOnGetCountOrderLines_OnSetFilterWarehouseShipmentLineOnSetFilterWarehouseJournalLine''', true, true)]
    procedure OnGetShipOrderLines OnGetCountOrderLines_OnSetFilterWarehouseShipmentLineOnSetFilterWarehouseJournalLine(var _WhseShipmentLineWhseJnlLineRecord "Warehouse Shipment LineWarehouse Journal Line")
    begin
    end;


Example

...

: Only show lines with Reason Code

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS ShipMOB WMS Count", 'OnGetShipOrderLinesOnGetCountOrderLines_OnSetFilterWarehouseShipmentLineOnSetFilterWarehouseJournalLine''', true, true)]
    procedure OnGetShipOrderLines MyOnGetCountOrderLines_OnSetFilterWarehouseShipmentLineOnSetFilterWarehouseJournalLine(var _WhseShipmentLineWhseJnlLineRecord "Warehouse Shipment LineWarehouse Journal Line")
    begin
        _WhseShipmentLineWhseJnlLine.SetRangeSetFilter(Weight"Reason Code"0'<>%1'1000'');
    end;



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

...

Version History

VersionChanges
MOB5.1014Introduced