Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

You do not have permissions to modify this record - Visual task board

Vamshi_ch123
Tera Contributor

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?

Vamshi_ch123_0-1684741562988.png

 

3 REPLIES 3

Vamshi_ch123
Tera Contributor

@Community Alums can you please help on this

Community Alums
Not applicable

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.

 

Hi @Community Alums still the same error even I changed the list edit acl to field level

Vamshi_ch123_0-1685011871775.png

 

Vamshi_ch123_1-1685011915865.png