You do not have permissions to modify this record - Visual task board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 12:46 AM
Hi when a user try add additional assignee to the card , the below error message was seen in the console
"You do not have permissions to modify this record", and I have created a list_edit ACL as below and added again but still the same error how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 03:25 AM
@Community Alums can you please help on this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 03:31 AM
Hi @Vamshi_ch123 ,
To edit VTB cards a user needs to pass the list_edit ACL for the related field you are trying to change.
The user is most likely failing this ACL check.
task.additional_assignee_list/list_edit
Allow the user to pass the list_edit ACL for the field they are trying to change in VTB. In this case, assigned_to or additional_assignee.
What you are doing is gibing table level access to ITIL, what you need to add is the Field level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 03:52 AM
Hi @Community Alums still the same error even I changed the list edit acl to field level