ACL help need to allow list edit of one field only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 09:10 AM
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>?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2020 09:33 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 11:01 PM
Hi
You can write a client script onCellEdit.
Regards,
Kirti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 06:00 AM
i don't' believe you can apply a client script to a list edit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 03:53 AM
Hi Andrews,
Did you get any solution for your issue.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 05:41 AM
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.....