- 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:51 PM
@ayano You need to create READ acl on linux servers table with public role then the user can see it.
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:57 PM
I still can't see...
Are there any other roles for referencing CIs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:02 PM
@ayano You can create a new public page record as well
Open "sys_public" table
Create new record
In page field give linux server table name
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 12:29 AM
Thanks for teaching me to another procedure.
But I still don't see the table...
- 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.