Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How do you add Filter on GlideChoiceList on UI Page?

User274300
Tera Contributor

Currently struggling with a requirement to add a filter to a GlideChoiceList field on a UI Page.

 

See code below

 

 

<g:evaluate var="jvar_not_important"
            expression="var choices = GlideChoiceList.getChoiceList('table', 'field');" />
<select id="list" class="form-control" name="list" aria-required="true">
<g:options choiceList="${choices}" />
</select>

 

 

 

0 REPLIES 0