- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 10:35 PM
Hello,
There is a requirement,
When user is going to raise an incident in Service Portal by entering service/short description, the related Knowledge article, Catalog items, Standard change should be visible under that incident form.
How I can implement this kindly help me to achieve.
Thanks,
Atanu Maity
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 12:24 AM
Not sure I follow when you say two variable inputs. Search works by whatever string is put into a searchbox, that's it. It then goes off to search and return relevant content.
I would not advise trying to structure search in some specific method, as you cannot govern how people will use a search function.
In your example if you have configured AI Search well it should return the Access request. Remember the content needs to be present in the Catalog or KB Articles. If service_offering is not anywhere on these, then it's not going to return in search.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 08:15 AM
@A_maity002 If you mean something like this
It is called 'Contextual Search'
Here is our Docs page outlining what it is, how it works and how it can be configured
Simply put, you configure Contextual Search on your Incident Form, that when the user types in their issue etc., search runs to present things like Articles to hopefully achieve incident deflection.
Contextual Search is configured as a Custom variable on your record producer, where you then call on the contextual search widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 02:49 AM
Hello @Dan O Connor ,
Yes, I think my requirement is likely same as your are explaining.
Many thanks for your comments.
Could you please explain me how I can implement this requirement ?
I have installed all plugin related to 'Contextual Search', but nothing is showing in my incident record producer. How to active this plugin and how I can customize this to be effective ?
Kind Regards,
Atanu Maity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 02:56 AM
Hello @Dan O Connor ,
Many thanks for your comments. My requirement is mostly same as you have mentioned.
Could you please explain more related to this ?
I have already installed this plugin in my system, but this is not implemented yet. How can I customize this plugin to achieve this.
Kind regards,
Atanu Maity

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 03:36 AM
I included a link to our product documentation in my original post.
If you review that, there are sections that outline how to configure.