Thanks for the info.
However for "roles" SQL gives different information to that from ObjectScript:
select * from Security.Roles
ID
Description
GrantedRoles
Name
NameLowerCase
Version
However,
%SYS>Set status = ##class(Security.Roles).Get("anyrole",.properties)
%SYS>write status
1
%SYS>zwrite properties
properties("Description")="Super User Role"
properties("GrantedRoles")="NormalUserRole"
properties("Resources")="%DB_IRISSYS:R,%Service_CacheDirect:U,%Service_Object:U,%Service_WebGateway:U,%System_CallOut:U"
Why is that?
- Log in to post comments