The view was deleted from sys_ui_related_list but it still shows when configuring related lists of 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 { 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 Usually, deleting a view from sys_ui_related_list should prevent the user from seen the view in the dropdown list by the field 'View name' found when configuring related lists. For example: Steps to reproduce Go to www.instancename.service-now.com/sys_ui_related_list_list.doCreate the following filter and run it: Table= IncidentView name= nameoftheview Check the box for the record, and select 'delete' from the dropdown list found at the bottom of the list.Create view nameoftheview.Navigate to an Incident form (ig INC0000055)Right click on the header and select Configure > Related listsNote that the user still sees the view in the Configure Form > Related List page by the field "View name". - Unexpected behavior: Step number 7 - Expected behavior: Step number 4 should be 'nameoftheview is no longer showing in the dropdown list by "View name"' Environment Istanbul, Jakarta, Kingston Cause The unexpected behavior is probably due to a View Rule forcing the user to the nameoftheview view. Resolution To solve the issue, the view rule referencing the view must be deleted. This is how it can be done: Navigate to System UI > View Rules.Create the following filter and run it: View = nameoftheview Delete the View Rule. Additional information The fact that the view won't go away because of the view rule is not a platform defect if there is a function like the View Rule forcing nameoftheview View. The steps to delete the view found in the Symptom section of this article did indeed delete the view permanently (deleting view permanently = nameoftheview is no longer found under sys_ui_related_list). The view showing in the screenshot below step 7 is a new view. This new view is temporary and it was temporarily created because of the View Rule. When the view rule is triggered, the user will be taken to the view listed in the 'View' field from the View Rule form. If that view is not already in the system (the view is not found under sys_ui_related_list), it will be temporarily created and it will never be permanently created unless the user makes changes on the Slushbuckets from step 7 and hit the button Save.