- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 11:32 PM
Hi,
I have this url: https://xyzdev.service-now.com/esc?id=ticket&table=sc_req_item&sys_id=cb296ca91ba0669064e5ed73b24bcb... in employee center
This page basically opens when we see the requested items.
But i want to replace it with
How to change url path. I want 'id=standard_ticket' not 'id-ticket'
Please Help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 12:18 AM
Hello @NelishaJ ,
You can achieve this using Page Route Maps. See the example below. Please also make sure to select "Employee Center" in the Service Portals field.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 11:47 PM
where are you using this URL? where is it configured?
when should it change?
what's your complete business requirement?
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
03-28-2025 12:01 AM
I need this page but right now its opening with id=ticket.
In this SS, id i just changed manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 12:18 AM
Hello @NelishaJ ,
You can achieve this using Page Route Maps. See the example below. Please also make sure to select "Employee Center" in the Service Portals field.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 12:40 AM
@Robert H , Thanks a lot!!!