- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2021 09:48 AM
Need to make the record producer NOT available in the Service Portal - I used "Hide on Service Portal"to true but it still shows up item name in Service Portal search is it possible to hide from service portal search as well? but it need to be available in service catalogue.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-25-2021 04:30 AM
The solution which I have given you, that's working perfectly fine in my personal instance as well on my client instance.
If its not working on your client instance, please check what are the customization has been done.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2021 09:59 AM
have you tried with field "No Search" , just set it as true and see if you are able to search it or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2021 10:06 AM
Yes I already tried no search option but it will hide both places in service catalogue as well as in service portal. But my requirement is only need to hide on service portal search.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-20-2021 10:50 AM
There is ootb Search configuration defined for portal there you can update your query.
Go To the module Service Portal >> Search Sources >> Open "catalogs" one.
Make the changes in "Data fetch script" field.
Make the changes in line below.
sc.addEncodedQuery('hide_sp=false^ORhide_spISEMPTY^name!=Your ITEM NAME');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-21-2021 04:02 AM
I tried above one it is working in personal instance but it is not working in company's instance