Modify Related List view value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 01:27 AM
What should I do to allow only 'Admin' to modify this part?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 01:35 AM
Hello @BoHyun Jung ,
If you have to only provide access of editing through list view to the admin for the related list you need to create an ACL on the table of the related list in your case it is the records referring to RLSE.
Use the list_edit operation in the ACL and give it the role 'admin'. This will restrict it. But also restrict editing of the main table from list view.
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 01:52 AM
Hi nayan4
Can you capture an example and show it to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 01:38 AM
Just check the write ACL of Release table
If you want all fields editable to admin users only then you need to add admin role in existing write acl.
If you want edit access of few fields to admin users then u need to create a seperate field level acl for each fields.
Thanks,
Manjusha Bangale