In the Kanban Warehouse Monitor
I have parts listed, but in parts Maintenance those parts are Check Inactive.
Not sure why those parts show up
The only way I was able to reproduce was to have a part showing in the Kanban Monitor (that has no inventory) and check the inactive part (in part maintenance)
The part will stay in the Kanban Monitor
You can try to report it to Epicor as a bug or an enhancement request.
In the meantime…
The Kanban Warehouse Montior is just a System dashboard and the trouble BAQ it is using is zKanban WhseItems. It should have a criteria on the Erp.Part table to only include records where Part.Inactive = false. But since it is a system BAQ you cannot change it.
But what you can do is copy the Dashboard and then copy the zKanbanWhseItems BAQ and add the criteria and then replace the BAQ in the Dashboard with your modified one. You’ll probably need to rework the dashboard so everything will filter right. Once you get it working right, then you will need to deploy it as an assembly and then update the Menu Items (only 2 I think) to point to your modified version.