- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 09:38 AM
I am trying to generate dynamic hyper link for incident number with html edit link option please find the screen shot.
Once user click on number it should go to the portal view and see with incident sys id can able to see incident.
here i am trying to add dynamic but not working as such.
With normal ${uri_ref} it works fine but they need dynamic link how to generate this dynamic link see following example this is not working.
here is example in link - &table=incident&sys_id=$%xxsys_id%xx&view=sp
Please suggest.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 06:55 PM
you can use this relative URL and point to correct portal
/sp&table=incident&sys_id=${sys_id}&view=portalViewName
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:07 AM
Have you tried using ${sys_id} ? Your URL would be instance.com/sp&table=incident&sys_id=${sys_id}&view=sp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 06:55 PM
you can use this relative URL and point to correct portal
/sp&table=incident&sys_id=${sys_id}&view=portalViewName
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:31 PM
Thanks Ankur for help and appreciate your help.
It is working now.
I have changed above line and my portal view is esc.
Thanks.