You need to use
set tSC=##class(EnsPortal.Utils).ItemSettings("Production.Name||Item.Name",.settings,.colNames)Where ProductionName is Production class. If ProductionName is not given, then the currently running or last run Production will be used. Item.Name is config name, not class. In your case you can call:
set tSC=##class(EnsPortal.Utils).ItemSettings("My.BP.AA",.settings,.colNames)To get the settings of My.BP.AA host.
I have not found the function (NameExists) in the documentation
Note, that the index "Name" is defined in this class. <Index>Exists is just an automatically generated method that returns a boolean (Passed index value exists). You can read more about autogenerated methods here.
- Log in to post comments

