- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 12:53 PM
Hi SN community!
Is it possible to give 'itil' users the ability to update only the 'assigned_to' field from list view but no other?
I'm hoping this can be done with a single ACL but I'm not sure what the script should be.
Thank you,
Iain
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 12:59 PM
You should be able to do this with 2 ACLs. The first should be 'table_name.*' to restrict access to list editing for all fields in the table to the 'admin' role. Then you would create a 'table_name.assigned_to' ACL that grants access to the 'itil' role.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 12:59 PM
You should be able to do this with 2 ACLs. The first should be 'table_name.*' to restrict access to list editing for all fields in the table to the 'admin' role. Then you would create a 'table_name.assigned_to' ACL that grants access to the 'itil' role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 01:29 PM
Sorted
Thank you.