I want to grant table access to a user with no role to see a specific table.

ayano
Giga Guru

ayano_0-1672980999899.png

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?

ayano_1-1672981171499.png

 

1 ACCEPTED SOLUTION

ayano
Giga Guru

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.

View solution in original post

9 REPLIES 9

@ayano You need to create READ acl on linux servers table with public role then the user can see it. 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

I still can't see...
Are there any other roles for referencing CIs?

@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

jaheerhattiwale_0-1672984919025.png

 

 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

Thanks for teaching me to another procedure.
But I still don't see the table...

ayano
Giga Guru

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.