Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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