Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

clear recent selection list?

claires
Tera Expert

One of my users would like to NOT see the most recent selections he has made in a field that shows "Recent Selections".

Is there a way to clear this out on a per user basis?

RECENTITEMS.png

3 REPLIES 3

darius_koohmare
ServiceNow Employee

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.


Bhavana Ramesh1
Tera Contributor

HI,

Did you manage to get the answer for this post?

 

Regards,

Bhavna

Claudio6
Tera Expert

Thanks it works for me!