- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 09:02 PM
I want to grant table access to a user with no role to see a specific table, but I don't have permission to see this Linux Server table yet.
How can I find out what other permissions are required in this case?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 10:38 PM
This task has been resolved.
It was caused by this record in the server table being Active.
"cmdb_ci_server.* - read"
Deactivating it made it accessible to users without Itil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 09:38 PM
@ayano If you want to give access to user with no role then you can use public role.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 09:40 PM
Thank you for your comment.
What are Public Roles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 09:42 PM
@ayano Public itself is a role.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 09:47 PM - edited 01-05-2023 09:48 PM
What is the effect of granting public role?
Also, I gave that user the public role, but that user couldn't see the Linux Server tables.