- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 06:28 AM
Hi There,
When I am trying to edit assigned to and assignment group from the list view of table , I am getting error as "Security prevents writing to this field"
Which ACL is needed here?
Can you provide steps for this?
Thanks in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 07:49 PM
You need to create ACL list_edit record for a list view that you want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 07:49 PM
You need to create ACL list_edit record for a list view that you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 01:46 AM
Thanks John.
Requirement is - Managers should be able to edit assigned to anyone in their team, Agents should only be able to edit assigned to themselves.
Which ACL is required in this scenario.
Do we need to include any condition in ACL itself

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 09:21 AM
Yes, you need to add the condition to meet your requirements for the special group to be able to do the list edit.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 05:28 PM
Hi Snehal,
You need to create ACL below, but you need to write the script within Script section as a condition if return "true" if the login user is a manager of "Assign_to" user. I can't help you on the script due to my busy schedule.