How to make any specific module as read only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:30 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:42 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:44 PM - edited 03-05-2024 08:46 PM
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
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:57 PM
Hi @ServiceNow10sun ,
Configure the below acl on your table.
Create write table. none and table.* ACL on your table with the below code,
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda