Seeing if an Adapter is enabled in Code
Can you get a boolean response in the same way you can with a Business component using ##class(Ens.Director).IsItemEnabled(component).
Or even use this method for getting the adapter state?
Product version: IRIS 2022.1
Discussion (1)1
Comments
Adapters cannot exist outside of BHs so you can use ##class(Ens.Director).IsItemEnabled(component) on the BH adapter belongs to.