I am building a saved search (or trying to) that will be able to show me items that are in a location, but do not have a Bin number.
This issue is caused by items being received without a bin number. The purpose of this search is to find these items without having to dig through each item number, and compare the inventory detail with the inventory numbers.
Currently, I have created an Inventory and Bin Numbers search with the following filters under the standard tab
Location > is: **Location I'm trying to do the search for**
Available > is: greater than or equal to 1
Inventory Number > is: not empty
Available > is: not emptyThis currently pulls all serialized items that do have a bin, but I don't know how to populate serial numbers that are in the location that are not in a bin. Any advice on how I can get the search to do this?