The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Service Portal request/incident URL

VJ4
Giga Expert

Hello,

In Service Portal, when you click on a incident/request it takes you to the new 'Ticket Form' (ticket-view)page. On this page, the right hand panel contains details of the request/incident. Currently, the incident/request number is just text and I've been asked to link this to the original ticket (full-view). I've edited the widget to include a hyperlink but I'm not sure how to construct the URL format to go the correct page (full-view).

Any ideas?

Thanks in advance.

ticket-view

ticket-view.jpg

full-view

full-view.jpg

1 ACCEPTED SOLUTION

Hey Viraj,



Try this:


<a href="sp?id=form&table=incident&sys_id={{data.sys_id}}">



Let me know if this works and mark helpful/correct accordingly.


View solution in original post

9 REPLIES 9

anurag92
Kilo Sage

Is the Right Panel a widget that you created? Or have you added something in the existing Ticket Field widget?


Hi Anurag,



Thanks for the reply - Yes, I've cloned the existing 'Ticket Field' widget to include an anchor tag and wondering how to construct a generic URL so when the user clicks it takes them to the full view of the ticket (2nd attachment above)



Regards.


Hey Viraj,



Try this:


<a href="sp?id=form&table=incident&sys_id={{data.sys_id}}">



Let me know if this works and mark helpful/correct accordingly.


Thanks again, Anurag - It worked!!!