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-13-2014 10:47 AM
following this as I need the same now will let you know if i get to know first
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 03:02 PM
Try this:
- Create an allow ACL for the table using "Incident.-- None --"
- Create a deny ACL for all fields in the table using "Incident.*"
- Create an allow ACL for the field you want to be editable using "Incident.Assigned to"
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 06:01 AM
yeahh i thought about doing it that way but wanted to avoid writing 20 extra acls to prevent list edit of an incident record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2015 09:51 AM
Why 20 ACLs? You can use * to apply one ACL to all fields in a table.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/