Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACL help need to allow list edit of one field only

randrews
Tera Guru

As a rule we disallow list editing of records.. we would like to enable list editing only of the assigned to field.if you are in the group it is assigned to..

 

i have set an acl that disallows list edit of all records on the table <incident in this case> and an allow list edit for the individual field if you are in the assigned to group but it disallows still due to the table rule.

 

is there a way to allow a list edit of a single field without writing a ton of acls <one deny for each field>?

10 REPLIES 10

Thank you so much! This was what I needed to do and I only had to create 3 ACLs instead of an ACL for every field.

 

For step 2 I selected advanced and set the script to "answer=false;" this allowed it to work.

Community Alums
Not applicable

Hi



You can write a client script onCellEdit.



Regards,


Kirti


i don't' believe you can apply a client script to a list edit.


Hi Andrews,



Did you get any solution for your issue.



Thanks


yes i beleive we did...



as i recall you deactivate the table rule for list edits... then create a record * level rule to deny list edit on all records... then create individual list edit rules for the ones you want to allow to list edit...



since it gets a yes and a no at the record level the yes wins.....