Written by

Integration Engineer at ReStart Consulting
Question William Glover · Nov 8, 2022

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

Comments

Eduard Lebedyuk · Nov 8, 2022

Adapters cannot exist outside of BHs so you can use ##class(Ens.Director).IsItemEnabled(component) on the BH adapter belongs to.

0