In Virtual agent, how to show less options for a lookup search resultIssue In VA there are OOB topics and customers can create topics that lookup records on at able and show the result to the customer. For example, the OOB topic "Check Ticket Status". This topic checks if the end user has any RITM and/or incidents and shows it to the end user. OOB we show 10 records and show the show more button. Some customers would like to show less. This KB deals with how to do this. ReleaseAnyCauseThe system property that controls how many to show in the results is com.glide.cs.picker_page_limit. OOB we have 10 as the value.ResolutionChange the com.glide.cs.picker_page_limit property to however many you would like to show. Note this will control how we show for all topics. No OOB way to just control one topic. Note: The com.glide.cs.enum_list_max_size property shows how many to show max on the list. OOB value is -1. When changed from -1 no max to 3 shows only 3 and does not show the show more button