How to make a select box with search field like this ?

sieusaopolo15
Tera Guru

Hi,

I want to create a interactive filter with select box and search field like in ServiceNow's list filter. I don't know what are these select boxes called. Has anybody ever created or customize something like this and used in the system ?

sieusaopolo15_1-1717408638231.png

 

2 REPLIES 2

Sid_Takali
Kilo Patron
Kilo Patron

Hi @sieusaopolo15 

  1. Navigate to a form that contains choice fields.
    For example, incident.
  2. From a choice field on the form, for example State, right-click the field and select Configure Dictionary.
  3. Switch to the advanced view for the dictionary entry form using the context menu by navigating to View > Advanced.
  4. In the Attributes field, type is_searchable_choice=true.
    If there are other entries in the attributes field, use a comma to separate the entries.
  5. Update the Dictionary Entry form and reload the page containing the choice list.

Mark Manders
Mega Patron

You can set the 'UI control type' to 'Select Multiple Input' or 'Select Single Input', depending on if you only want to select one or more.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark