- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 08:00 AM
Hi All,
I have requirement to add dropdown in the widget. When we type name or any other fields of the spm_service_portfolio table, list of all the related records will show in the dropdown and after selecting anyone option, in another widget all the records related to that name will show.
Please help me in this.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 09:56 AM
It should work, i have seen this working for me.
Also refer: https://www.servicenow.com/community/developer-forum/sn-record-picker-need-to-display-multiple-field...
Raghav
MVP 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 08:32 AM
You can use sn record picker. Refer the below url for more details
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 08:53 AM
Hi @palanikumar ,
Thanks for the reply. But in the above link we can add only one display value. I can search only with name. But the requirement is to search with any field of the spm_service_portfolio table.
display-field (or display-fields) | the display field |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 09:31 AM - edited 11-01-2022 09:33 AM
I think you can give multiple fields in search-fields separated by "," , there is no option to search with all fields in sn record picker or reference field in servicenow.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 09:36 AM
I checked using this ";" but it is not working. Is there any way to search with multiple fields. Line how we do in reference field by adding reference qualifier.