UI11 is still showng after activating UI16 PluginIssue <!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms -- UI11 is still showing when UI16 is enabled: -- Users get an extra, popup message looking for username and password Environment UI11, UI15, UI16 Cause 1. UI 15 plugin is not enabled 2. System Property 'glide.ui.doctype' is disabled Resolution 1. UI16 has dependency on UI15, make sure UI15 plugin is enabled correctly. Name of the plugin is 'UI 15' with ID 'com.glide.ui.doctype'. 2. System Property 'glide.ui.doctype' must set to true. If this property is false, its telling system to remain in UI11. Add this URL after instance name to see the property: sys_properties_list.do?sysparm_query=name%3Dglide.ui.doctype&sysparm_first_row=1&sysparm_view= Additional Information 1. Check this doc about Switch between UI11 and UI15: https://docs.servicenow.com/csh?topicname=c_UI15.html&version=latest 2. Check out this doc about look and and feel of NOW Platform UI's: https://docs.servicenow.com/csh?topicname=c_NavigationAndTheUserInterface.html&version=latest