- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 11:47 AM
Even though I am an admin ROLES tables not showing up security_admin role to add myself to elevate privileges. What might be the issue?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 01:38 PM
Its a read ACL on sys_user_role table. If you search it by name in ACL table, you will find it. But you can't modify it. Admins can't modify ACL also it's Admin Override is false.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 01:38 PM
Its a read ACL on sys_user_role table. If you search it by name in ACL table, you will find it. But you can't modify it. Admins can't modify ACL also it's Admin Override is false.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2018 07:22 AM
Thanks Sanjiv.