- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 12:05 AM
Hello All,
How to restrict the Record Producers to search in the Portal Page.
These Records producers are from Order Guide- the users are searching with the specific Record Producer names in the Portal Search option and submitting the form. Since it is an order guide and the request is not redirecting to queue as per the script.
So, please let me know how to restrict the list of Record Producers(Order Guide) in the Portal Search Option.
Thanks,
Prem
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2019 03:03 AM
Hello Jaisankar,
Yes, Modification of the Data Fetch Script in Search Source "Service Catalog will hide the record producer from search option.
Just include one encoded query in data fetch script:
sc.addEncodedQuery('sys_id!=3f1dd0320a0a0b99000a53f7604a2ef9'); // Sys_id of the record producer that you want to hide from search option.
Thanks,
Vidisha Srivastava

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 12:22 AM
Hi,
You can achieve that by using user criteria.
Check out below links-
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy.
Thanks,
Ruhi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 02:18 AM
Hi Ruhi,
Is there any other way to accomplish this activity?
Regards,
Prem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 04:22 AM
Hi Vinothkumar,
Thanks for the update!
I have made the option Hide on Service Portal as True. Still i'm able to search the record producers on Portal Page. But, if i click on the record producer it is saying "This item is not found or currently not available".
Is there any way to hide from the search list as well. I tried the below No Search option as well. But it is not working.
Regards,
Prem