For simplicity sake let's say that we talk about active production. I need to know if the business host is added to the production or not. Currently I have: do ##class(Ens.Director).IsItemEnabled("HostName", .sc) set defined = $$$ISOK(sc) Which looks like a workaround.