Determine if there is a browser version issueIssue <!-- 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 A client side script error occurs when using older versions of a browser, but works as expected in newer versions and vice versa. 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 CauseOlder or newer versions of a browser that were not defined at the time of development can cause a client side error when certain scripts are run.Plugins or add-ons in the browser are causing conflicts with the ServiceNow platform.ResolutionWhen UI policies are not functioning as expected, try using newer or older versions of your existing browser as well as other types of browsers (IE versus Firefox or Firefox versus Chrome). For example, in earlier versions of IE, the console was not defined unless you actually had the developer tools open, so if you had a script that did a console.log statement, it would cause a client side error in early IE versions, but work fine in other browsers. If you discover a discrepancy in browser behavior related to your UI policies, then open a ticket with SN technical support for investigation.If a plugin or add-on in the browser may be causing conflicts with the ServiceNow platform, disable them for testing to rule out any conflicts.