- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 05:26 PM
Hello,
I am not able to search any Item from the Service Portal search. I confirmed that No Search is checked as True and Category & Catalog is filled and i am an Admin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 09:22 PM
editing service catalog search source@ line 16 of the Data Fetch Script to pass in the catalog value
From:
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch()) {
To:
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch(portalValue)) {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 07:39 PM
That's how mine is set up in Kingston
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 09:22 PM
editing service catalog search source@ line 16 of the Data Fetch Script to pass in the catalog value
From:
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch()) {
To:
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch(portalValue)) {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2019 10:42 PM
That worked but can you please explain what happened ?
Since i didnt change any script and OOB it should work right then why to add Portal Value separately
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2019 09:03 PM
this is known error,fixed from London version for pervious version they provided workaround ,below reference link
https://hi.service-now.com/kb_view.do?sysparm_article=KB0718619
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 04:32 AM
Hi,
I am facing same error in Madrid version.... But in Search Source code is different..
Any Suggestion.