Hello everyone,
I'm working with a class generated by OpenAPI in InterSystems IRIS, specifically impl.cls
. In one of the classmethods of this class, I need to switch to the %SYS
namespace to access system-level functionalities and then switch back to the original namespace.
I tried using the following commands: