I am trying to put a NetSuite saved search together that shows only items that are not in a bin location. For this I am making an Item Search type… I added Criteria: Formula (Numeric) CASE WHEN {inventorylocation} = {binonhand.location} THEN 1 ELSE 0 END is 1 & Location On Hand is not 0 & Bin On Hand:On Hand is not 0 […]