Write ACL on the task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:20 AM
How can I write advance write acl on the task table that only if the current login user = assigned to, he will be able to edit the task(RITM, INC etc)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:31 AM
Have you checked condition:
Assigned to || is (dynamic) || Me
Please note that changing ACL on task table will have huge impact on many other tables (those which extend from task).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 06:12 AM
@pablo_itguy_pl its not working and idk why

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 07:29 AM
@Alon Grod you still have to review and analyze other ACL that are running against this table. If there is any other ACL that is granting write access and logged user is evaluated positively against this ACL they will be able to "write".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:41 AM
Hi @Alon Grod
Try an Advanced ACL like the one shown in the screen shots with script field value as:
(gs.getUserID() == current.assigned_to)
Anvesh