Deleted view is still appearing in views table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
We have created a custom view but as we do not need it again, I have tried deleting the record from views table, but after some time the view is again visible in the views table. I have deleted the related view rules as well.What is the reason behind this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @Devika
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.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello @Tanushree Maiti
I have deleted the view rule and later I deleted the view, but the view is getting created again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @Devika
Did you navigate to System UI > Views. Click the view to delete. Click Delete on the form header.
Then check the table , that view has been deleted,
Clear the instance cache using cache.do in navigator and try.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello @Tanushree Maiti
I have deleted the view following the above steps ..but it is again visible. I have cleared cache as well.