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.

Possibility to hide Kanban view in DPR workspace?

Kevin Tran
Tera Contributor

Is there an option or configuration to hide the kanban view with the workspace? Would this be in UI builder? Users are getting the notion that they can simply move tasks to a lane. The task view should suffice. 

1 ACCEPTED SOLUTION

Sai Teja1
ServiceNow Employee
ServiceNow Employee

@Kevin Tran You could make the kanban board read-only (via a UIB change) and only allow editing via the form once they click on the task card on the board.

Though the change is small (selecting read-only property on the component), this would introduce a customer update record in sys_update_xml table meaning future updates to this files will be skipped.

View solution in original post

1 REPLY 1

Sai Teja1
ServiceNow Employee
ServiceNow Employee

@Kevin Tran You could make the kanban board read-only (via a UIB change) and only allow editing via the form once they click on the task card on the board.

Though the change is small (selecting read-only property on the component), this would introduce a customer update record in sys_update_xml table meaning future updates to this files will be skipped.