List All Available Resources
Maybe I haven't seen anything about it in the documentation, but why isn't there a way to list all the Resources from the %SYS namespace from a class rather than through ^SECURITY
Thinking maybe something like this:
##Class(Security.Resources).ListAll(.result)
Discussion (1)0
Comments
Use List query:
do ##class(Security.Resources).ListFunc().%Display()