- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2017 11:20 AM
Hi:
Currently in cms, I have the following script which links to the project form in ess:
template.print('<p>You may click <a href="https://' + gs.getProperty('instance_name')
+ '.service-now.com/tech/tech_project.do?uri=pm_project.do?sys_id=' + current.sys_id
+ '%26sysparm_view=ess">' + current.number + '</a>' + ' to track, view, or update the project.</p>');
What would be the equivalent to that in the service portal? Anyone know?
Thank you!
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2017 11:21 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2017 11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2017 11:37 AM
It worked beautifully. I just had to change the 'ticket' to 'form'. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 02:51 AM
Hey.
Or you might as well just use a simple <a href=" using the following:
https://<servicenow-instance>/sp?sys_id=${sys_id}&view=sp&id=ticket&table=incident
Works like a charm and you don´t mess up your nicely designed notification email with an ugly blue box. 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:47 PM
really good solution, worked perfect well!!