Can you configure portal search if there are no results it prompts for an interaction?

Scott29
Kilo Sage

Can you configure portal search if there are no results it prompts for an interaction?

1 ACCEPTED SOLUTION

Martin Friedel
Mega Sage

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.

widget.JPG

 

If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin

View solution in original post

2 REPLIES 2

Martin Friedel
Mega Sage

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.

widget.JPG

 

If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin

Scott29
Kilo Sage

Yes, I should have added those details. But that is exactly what I needed. Thanks for the quick response.