clear recent selection list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2017 10:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2017 10:18 AM
Recent selections are stored in the sys_ui_recent_selection table.
You could type sys_ui_recent_selection.list into your navigator to see all the recent selections by user, filter for that user, and then delete them all.
Then going forward you could add a business rule to the sys_ui_recent_selection table that aborts the insert of the record if user = youruserwhodoesn'twantthem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2019 11:37 AM
HI,
Did you manage to get the answer for this post?
Regards,
Bhavna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2021 04:45 PM
Thanks it works for me!