Troubleshooting UI policiesIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> When UI policies are not working as expected, there can be a number of causes for this behavior. This article covers the most common factors that contribute to this issue. It is important to remember that UI policies are client-side rather than server-side. For this reason, other client side components can affect UI policies.CauseSymptoms may include the following: Field removed from formCannot change fieldForm is brokenUI policy not workingUI action not workingClient scripts not workingForm sections not loadingFields not visibleMandatory field not workingResolutionDetermine whether any of the troubleshooting steps below are true for your environment. Each step provides a link to an article that can help you eliminate possible common causes and take corrective action as necessary: Determine if your UI policy is disabled or another UI policy is taking precedence. For more information, see KB0547064: Determining if your UI policy is disabled.Determine if your client script is disabled or interfering. For more information, see KB0547067: Determining if your client script is disabled.Determine if you have any script errors, including client-side Java script errors. For more information, see KB0547069: Determine if there are client-side script errors.Determine if there is an issue with your browser version. For more information, see KB0547068: Determine if there is a browser version issue.Determine if there is a bad or missing element on the form. For more information, see KB0547070: Determine if there is a bad or missing element on a form.Related LinksAnother configuration that would be useful to check, if your instance is Domain Separated, check the domain of the record and of the UI Policy. "By default, process administration always uses the record's domain to determine what policies to apply." - Domain Separation > Process administration