How do you add Filter on GlideChoiceList on UI Page?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 10:30 AM - edited 06-19-2023 10:44 AM
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