Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Can we limit VTB to view only for some users?

trishlipe
Giga Expert

I have been asked by out IT Security team if we can make one of their VTB view only.

I think the main challenge will be the users we want to limit to view only would have access to create and edit their own VTB's. So we would be locking down the VTB not changing the users access to view only. 

Any guidance is appreciated. 

1 ACCEPTED SOLUTION

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

Out of the box read access to a board is based upon the owner defined in the Visual Task Board (vtb_board) record as well as the board members.  The ACLs for the vtb_board table are utilizing a script include called VTBBoardSecurity.  Then to write/edit a board, it is simply checking if that user has read access - in other words any user that can see the board can edit it.

You can modify the ACLs to further restrict based on your needs.

 

Please mark this post or any as helpful or the correct answer to your question if applicable so others viewing may benefit.

View solution in original post

1 REPLY 1

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

Out of the box read access to a board is based upon the owner defined in the Visual Task Board (vtb_board) record as well as the board members.  The ACLs for the vtb_board table are utilizing a script include called VTBBoardSecurity.  Then to write/edit a board, it is simply checking if that user has read access - in other words any user that can see the board can edit it.

You can modify the ACLs to further restrict based on your needs.

 

Please mark this post or any as helpful or the correct answer to your question if applicable so others viewing may benefit.