- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 12:33 PM
Can you configure portal search if there are no results it prompts for an interaction?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 01:25 PM - edited 02-16-2025 01:33 PM
Hello Scott.
which Portal do you mean? You would have to customize search widget to achieve that requirement.
For example, the Search widget in Employee Center (/esc) Portal has name 'Faceted search'. To customize it you need to create a copy and then replace OOB widget by customized widget in Portal page with id=search.
In the customized widget you just modify HTML code by adding a message with a link to a form with a new Interaction record.
If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 01:25 PM - edited 02-16-2025 01:33 PM
Hello Scott.
which Portal do you mean? You would have to customize search widget to achieve that requirement.
For example, the Search widget in Employee Center (/esc) Portal has name 'Faceted search'. To customize it you need to create a copy and then replace OOB widget by customized widget in Portal page with id=search.
In the customized widget you just modify HTML code by adding a message with a link to a form with a new Interaction record.
If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 02:15 PM
Yes, I should have added those details. But that is exactly what I needed. Thanks for the quick response.