Question Randall Hiser · Mar 13, 2020

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)

Comments

Eduard Lebedyuk · Mar 14, 2020

Use List query:

do ##class(Security.Resources).ListFunc().%Display()
0