HOW TO MODITY THE URL LINK IN SERVICEPORTAL ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 09:17 PM
I have a requirement if I click request in serviceportal then in the request if I select any record in that time the url need change
If I select any of the incident in the url link https://dev1027.service-now.com/sp?id=ticket&table=incident&sys_id=f12ca18473512300272866
in this url its default link i need to change the table and sys id is there any way for changing the url for servicenow portal
in this url ticket&table =incident need modify or remove the table and also the sys_id=f12ca18473512300272866
can anyone help with this scenario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 10:10 PM
@KISHORRAJ What changes you want to make in that URL?
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 10:24 PM
Hi @jaheerhattiwale change the sys_id as instance id and the remove the table option.
https://dev108277.service-now.com/sp?id=ticket&table=incident&sys_id=f12ca18473512300272866.
remove the table and change sys_id as instance id how I can configure this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 10:57 PM
@KISHORRAJ Please try below code in client script of widget
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 11:18 PM
hey @jaheerhattiwale is this code need to write in client script servicenow instance or portal widgets