- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2021 06:48 AM
Hello,
I need to create a new homepage on service portal with specific widgets. In this page, I also need to add a search bar that can allow the user to get directly a specific contract by typing is number.
This search bar should be dynamic like for the global search bar but it should return only results for contract.
Is it possible to do something like that ?
Thanks in advance,
Regards,
Alexandre
Solved! Go to Solution.
- Labels:
-
Contract Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2021 01:46 AM
Hello,
Thanks for your help !
For information, I succeed to do that by cloning the widget "Search Page".
In "Option Schema" I added the field "Search Source" in the field list.
{"displayValue":"Search Source","hint":"If provided, limit the scope of the typeahead search to the given search sources","name":"contextual_search_sources","display_value_list":[],"section":"Behavior","label":"Contextual Search Sources","type":"glide_list","value":"sp_search_source","ed":{"reference":"sp_search_source"}}
After that, I just needed to create a new Search Source for contrat and add this source in my Widget configuration. Like this the widget search only in this search source.
Thanks,
Regards,
Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2021 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2021 01:46 AM
Hello,
Thanks for your help !
For information, I succeed to do that by cloning the widget "Search Page".
In "Option Schema" I added the field "Search Source" in the field list.
{"displayValue":"Search Source","hint":"If provided, limit the scope of the typeahead search to the given search sources","name":"contextual_search_sources","display_value_list":[],"section":"Behavior","label":"Contextual Search Sources","type":"glide_list","value":"sp_search_source","ed":{"reference":"sp_search_source"}}
After that, I just needed to create a new Search Source for contrat and add this source in my Widget configuration. Like this the widget search only in this search source.
Thanks,
Regards,
Alexandre