String Field with typeahead or suggestions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 01:00 AM
Use Case:
I have a string field and I want to implement a typeahead depending on the previous data this field has.
Sample:
Existing Data
Name: test
Name: qwerty
Data to be inputted:
Name: te
it should typeahead/suggest test since the existing data for that field is test and qwerty.
Is this possible?
Thanks.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 01:02 AM
@ican Please check the suggestion field available out of the box and see if it works in your case for more information please refer to https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/field-admini...
Hope this helps.