Make all records read only in GRC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:41 AM
Hello Experts,
We are migrating to new Servicenow instance for GRC module and in the existing instance, we wanted to make all tables of GRC to read only as part of Cutover. Meaning all the records in all tables of GRC to read only. Could you please let me know what is the best way to achieve this as GRC module contains various tables. The best solution which I think is to create read ACL on each table of GRC and deactivate all write ACL's. Is there any other best process?
Thanks,
Sunil Safare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:45 AM
Hi @Sunil25
yes ACL is best but make sure the communication should go out to all users and you start getting lots of incidents.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:49 AM
Is there any way where we can make complete plugin related tables as read only? because GRC is huge plugin with related data and implementing ACLs on each table is not worthy solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:53 AM
Hi @Sunil25
You can try disable the modules or application and keep it only with Admin.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 04:00 AM
@Sunil25 ,
You can check for the table hierarchy and then setup the ACLs accordingly as suggested by @Dr Atul G- LNG
Mark this as Helpful / Accept the Solution if this helps.