How to delete a List view which I have created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 10:33 AM
Hello Community,
I have created a new List view called 'Delivery' , but now I want to delete this and create it again so how can i do this.
Let me tell you the proper navigation that how I have created this list view : --
Navigate to the Service Catalog > Open Records > Requests module in the application menu to display the List view for the Requests (sc_request) table. Created a new List view called 'Delivery' .
Now I just want to delete this list view.
I have tried to delete it from system ui > view . but after deleting from there when I again go and check then I again find the same list view 'Delivery' ,.
Can someone tell me how to delete that.
- Labels:
-
Best Practices
-
Reference Architecture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 10:52 AM
Filters are stored in sys_filter table, look for your filter and delete that.
Please mark this correct/helpful, if applicable.
Thanks.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 10:47 AM
Hi Vishal,
You can delete the view by navigating System UI> Views.
View[sys_ui_view] is the table which stores the view information for each table.
Now you can search for your view by using name of the view.
Once you find the record, you can delete the view by using Delete UI action on the record.
Note: Once you delete the view you, you still will be able to see the view in the context menu[even though you have deleted it]. To make the view not to be visible on that table you will need to manually change the view to some other view once and then the deleted view will be removed from the context menu as well.
Please mark Correct and helpful if it helps!
Thanks