- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 08:18 PM
Trying to wrap up coding on a customized widget which is producing a requested item list in the Service Portal.
Need to use a URL to link to selected RITM upon click.
URL I have so far is "record.url = '/sc_req_item.do?sys_id='+gr.getValue('sys_id');".
This is working so far as opening a new tab BUT it is opening within the Service Portal. Need the URL to go to the root level instance and then go to the selected requested item by the indicated sys_id.
Appreciate help in resolving this final step in the coding.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 08:31 PM
try changing it to
"record.url = 'nav_to.do?uri=sc_req_item.do?sys_id='+gr.getValue('sys_id');"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 08:31 PM
try changing it to
"record.url = 'nav_to.do?uri=sc_req_item.do?sys_id='+gr.getValue('sys_id');"