Security App problems

0
Im getting this error and can t understand why 4 No read access to attribute 'ModelGUID' in entity 'System.UserRole' for user role 'KeyUser' (with role 'Administrator' in module 'System').Attribute (path) of input reference set selector 'referenceSetSelector1'Page 'Employee_NewEdit'UserManager   I cant modify the permissions for the admin module so not sure how to proceed   Thanks
asked
1 answers
1

Hi Steve,

Try showing the attribute UserRole.Name instead of UserRole.ModelGUID attribute.
I take it you want to show the name of the user role in the widget?

Admin has Read permission for UserRole.Name attribute but no permission for the UserRole.ModelGUID attribute (see screenshot):

answered