How to make any specific module as read only

ServiceNow10sun
Giga Guru

Hi All, 

 

Is it possible to  give read only access to any specific module example i want to give read only access to user only for CMDB module. 

if i give the user snc-read only role then complete all modules will become read only so is there any way that this can achieved. 

 

Thank you in advance

 

 

3 REPLIES 3

omkar_jadhav_
Tera Contributor

hi @ServiceNow10sun 
These steps may help you

  • Go to System Security > Access Control > ACLs.
  • Click New.
  • Select Table for the Type and choose the CMDB table you want to control access to.
  • In the Field column, select the individual fields for which you want to restrict access.
  • Under Operation, choose read.
  • In the Role column, select the user or group for whom you want to grant read-only access.
  • Click Submit.

Harish KM
Kilo Patron
Kilo Patron

Hi @ServiceNow10sun Yes possible, you need to check OOB CMDB roles ( cmdb_read, sn_cmdb_user) which will grant access for users to view cmdb records as readonly and then you need to modify read level ACLs

Regards
Harish

Sumanth16
Kilo Patron

Hi @ServiceNow10sun ,

 

Configure the below acl on your table.

 

Create write table. none and table.* ACL on your table with the below code,

Sumanth16_0-1709700995943.png

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda