Determine if there is a bad or missing element on a formIssue <!-- 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:; } --> Problem Client-side functionality is interrupted due to bad or missing form elements. For example, a field appears on a form more than once or a UI policy condition is referring to a field or related list record that is no longer on the form. Symptoms Field removed from formCannot change fieldForm is brokenUI policy not workingUI action not workingClient scripts not workingForm sections not loadingFields not visibleMandatory field not working CauseThere may be bad elements on a form that cause a field to appear on the form more than once. This confuses the UI Policy because the field is expected to be defined only once. Bad or missing elements may also be the cause of fields that are not on the form or relationship records that are no longer in a related list. ResolutionWhen there are bad elements on a form, it can cause functionality to be interrupted in a number of ways. For example, if you define a related list on your form but then delete the relationship record that is behind that list, then the form is now pointing to an invalid record and will not render correctly. This breaks the client-side functionality. The easiest way to know whether a bad element exists it to right-click the header of the record and see if you get the normal list of ServiceNow record options or if you get the browser right-click options. If you are getting the browser right-click options, then the form has a broken element and you should contact Customer Support to investigate and correct the issue. Related LinksVideos This video describes how to troubleshoot incorrect mandatory fields on a form: This video describes how to troubleshoot incorrect read-only fields on a form: