Modify Related List view value

BoHyun Jung
Mega Sage

BoHyunJung_0-1692606424645.png

 

What should I do to allow only 'Admin' to modify this part?

3 REPLIES 3

Nayan  Dhamane
Kilo Sage
Kilo Sage

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.

 

 

 

If my answer solved your issue, please mark my answer as Correct & Helpful based on the Impact

Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.

Hi  nayan4

Can you capture an example and show it to me?

manjusha_
Kilo Sage

@BoHyun Jung 

 

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.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful based on the Impact

Thanks,

Manjusha Bangale