Sage uses view “STKStockItemView” to pull the reorder level on the stock list. However, if multiple warehouse are present then it defaults to 0 : “CASE WHEN COUNT(*) = 1 THEN SUM([WarehouseItem].ReorderLevel) ELSE 0 END AS ReorderLevel” The issue ...