- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 12:04 AM
Hi!
In the Service Portal - Widget Search Nav I have configured a new Typeahead Serch for Incicents. So when the result displays in the Search Page Widget. I wold like when the user clicks on an incident to be Navigated to the Ticket page
Not to the Service Portal Form which it does now.
How do I configure that in the Widget Search Page?
Regards
Anders
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 03:32 AM
for this you have to modify Search page template on related search source. Change the value of id in link.
form --> ticket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 12:39 AM
I understand that I can make a Data fetch script in the Search source record, but my scripting knowledge isn't that good.I just wonder how that script would look like?
I want the resuts to be shown as follows:
The filter should be for the logged in user and the records shold match that user if he/she is either in caller_id or Opended by.
In the record shown I want it to display the main field=short_description and the other fields should be: number, opened_by, caller_id, configuration_item.
And when the user clicks it should open the page ticket for that incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 02:42 AM
You can control everything without any script in search sources available under portal page.
Select the table you want to apply search on, add filter, define whats the primary fields that has to be displayed, also others in display fields.
Select the page which will display the record in page field , when you click on the search results.That's "tickets" in your case.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 03:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 03:32 AM