Static choice - modify number of choices to show

Yasmin
Kilo Guru

Hello Community, we have a static choice user input node that has 11 items for user to pick from. When displaying the static choice VA only shows up to 10 items, and then says "Show more..." (screenshots included below). We'd like to be able to modify the limit of choices to 11 or more, so that all 11 items are shown to the user at once.

Is there way to modify this within the static choice control?

find_real_file.png

Thank you!

9 REPLIES 9

Hitoshi Ozawa
Giga Sage
Giga Sage

I don't think there's a setting to change maximum number of items.

Changing the selection to reference, however, will offer and advantage of auto-complete to make the selection easier.

https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/field-administration/...

 

Thank you. We don't want to use reference choice as for us it would require to do some additional customization on filtering the topics we want or don't want to show.

Mark Roethof
Tera Patron
Tera Patron

Hi Yasmin,

Not sure if this works for New York (I only have a Paris-release instance), though just had a look:

System Property com.glide.cs.picker_page_limit 
Just update the value to what you are after.

I just updated the value from 10 into 15, and after browser refresh, more than 10 choices are shown:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Thanks Mark for this hint. Developer helped us look for this property and it's not available in NY. She also tried to add this property manually, but the static choice control won't pick it up to reflect the property setting.