- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2014 12:58 PM
Has anyone been able to figure out how to limit the amount of "Recent Selections" that show up for a reference field?
I've been looking through the wiki / on the community to see if there is any information on this and there is not much out there.
Any suggestions would be much appreciated!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2015 05:33 PM
Erik,
I added a new section to the Reference Fields wiki page to address this question among others. The system property that controls the number of recent selection entries is glide.xmlhttp.max_choices. Please see http://wiki.servicenow.com/?title=Reference_Fields#Recent_Selections for more details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 02:56 AM
If you want to prevent recent choices for a reference field completely you can create a Business Rule, before insert, on sys_ui_recent_selection for a specific field and set the "abort action" checkbox to true.
This will prevent the system from adding any recent choices for that field.
You might still have to delete the records that are already in that table sys_ui_recent_selection for that field, of course.