ACL to allow editing of assigned to field in VIT table

abaloss
Tera Contributor

Hi,

We have a requirement to allow editing of specific field in "sn_vul_vulnerable_item" table, assigned to and assignment group field in particular. Also, the user can only edit the field if record is active and is assigned to a group that user is part of without deactivating the OOTB acl rule. is this possible? 

Current state: Starting from VR version 25.0.4 a new ACL was created to allow edit with role as Nobody - this ACL has disallowed editing of any fields in the VIT table.

 

Steps done:
created a new ACL to allow editing of assigned to field with roles sn_vul.remeidation_owner.

 

Result: not working,

 

12 REPLIES 12

Thanks. That is what I'm trying to do @Ankur Bawiskar but it doesnt seem to work on field level. For table level it works but need to do it on filter it on field level.

@abaloss 

even after you creating that individual list_edit on field did you check the OOTB on table level is still blocking?

if yes then it's conflicting with the OOTB one

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

I'm testing this on PDI.. the OOTB ACL is at table level with role set to nobody - this explicitly denies access to all..
If i create a new ACL at table level with specified role this works

If i create a new ACL at field level, it doesnt work. there is no other ACL for list edit operation for field im wanting to allow.

should it be done via script?