Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Use this event to

Filter Bin Content to be displayed at the mobile device.

Description

This event affects locations with Location."Bin Mandatory" = true.

For locations with no Bin Content consider using the xxx-event.


Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Lookup", 'OnLookupOnLocateItem_OnSetFilterBinContent''', true, true)]
    procedure OnLookupOnLocateItem_OnSetFilterBinContent(var _BinContent: Record "Bin Content")
    begin
    end;


Example

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Lookup", 'OnLookupOnLocateItem_OnSetFilterBinContent''', true, true)]
    procedure MyOnLookupOnLocateItem_OnSetFilterBinContent(var _BinContent: Record "Bin Content")
    begin
        _BinContent.SetFilter(Quantity, '>=0')// Include fixed bins with no current inventory on hand
    end;


More examples

There are no items with the selected labels at this time.


Version History

Version

Changes

MOB5.19Introduced
  • No labels