List view edit functionality for user with roles using ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2023 10:40 PM
Requirement is user with manager/agent should be able to edit assigned_to field on list view of a table.
If the User has Agent role, they should have list edit functionality where they can only assign the task to themselves.
If the User has manager role, then they can assign the task to themselves or any of their direct reports.
Need help with ACL scripting for above requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2023 11:04 PM
Hi @Dee S
ACL scripting is not required for this requirement.
You can create 'list_edit' ACL and add User and Manager to roles as per the below screenshot.
Please hit like/Accept as solution if it works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 11:42 PM
Hi @Harish KotaKota, Thank you for your reply,
How to give condition for below:
If the User has Agent role, they should have list edit functionality where they can only assign the task to themselves.
If the User has manager role, then they can assign the task to themselves or any of their direct reports.
Do I need to require creating 2 ACLs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2023 04:43 AM
Hi @Dee S
1 ACL is enough to achieve your requirement, please create and test.
please hit like/Accept as solution, if it works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 08:24 AM
thanks! what is the default behaviour for any user to edit the list view? Any user can edit the list records but limited access to assign tasks?