...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Use this event to
Filter Bin Content to be displayed at the mobile device.
Description
This event affects locations with existing Bin Content (Location."Bin Mandatory" = true).
For locations with no Bin Content consider using the xxx-event.
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Lookup", 'OnLookupOnLocateItem_OnSetFilterBinContent', '', true, true)]
procedure OnLookupOnLocateItem_OnSetFilterBinContent(var _BinContent: Record "Bin Content")
begin
end;
Example
[EventSubscriber(ObjectType::Codeunit, Codeunit::"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;
Filter by label (Content by label) showLabels false showSpace false sort title title More examples excerptType simple cql label = "bc" and label = "lookup" and label = "locateitem" and label = "onsetfilter"
Version History
Version | Changes |
---|---|
MOB5.19 | Introduced |