Recent Selections on Reference Field question

erik_brostrom
Mega Guru

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!

1 ACCEPTED SOLUTION

Vaughn Romero
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

10 REPLIES 10

Subhajit1
Giga Guru

Hi Erik,



You can try setting the value of glide.ui.label.enable system property to false and check if that goes away.


As far as i know, there is no definitive System Property specifically for this.



Thanks,


Subhajit


Please ignore the earlier comment, that won't work, i tested it some minutes back


Vaughn Romero
ServiceNow Employee
ServiceNow Employee

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.


Awesome thank you for this information!