UI Policy Violation error when interacting with a Visual Task Board Issue The errors 'UI Policy Violation' (or) 'A UI Policy has prevented you from making a change.' are seen when trying to edit/modify a field on a task in a Visual Task Board (VTB). There is no problem creating the VTB, the error is when interacting with it. Steps to replicate: Log into the instanceGo VTB and open any taskTry to modify any field on a task.- Error message displays saying 'UI Policy Violation' (or) 'A UI Policy has prevented you from making a change.'CauseThere is a UI Policy enforcing a rule for a field that is different within a form for VTB vs the field outside a VTB. For example, a field is made mandatory by a UI Policy but the field is not displayed within the VTB record's form. Since the field will not display in VTB, it will not be populated with a value, the UI Policy that validates that the field is Mandatory fails, and the error is seen.ResolutionFind the failing UI Policy. You can follow the Debug UI Policy steps and enable the Javascript debugger for this. Helpful docs: Session debug, Writing to the debug logInactivate the UI Policy.