- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 05:06 AM
Im having trouble modifying the link in the Get Open Tickets node which ultimately comes down to the Open Tickets Script. After I append the link, vavars.portalname); to vavars.portalname + '?id=thepageiwant'); it attempts to go to the page and still adds %3Fid%3Dmy_requests to the URL for some reason. I want to remove the my_requests from my URL and add where I want the end user to end up. Any idea where I can get this to go where I want it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2023 02:00 PM
Check the Service Portal -> Page Route Maps. There could be a page route entry that will override anything ment for my_requests. Also, can you share your code for Open Ticket Script that generates the links?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2023 02:00 PM
Check the Service Portal -> Page Route Maps. There could be a page route entry that will override anything ment for my_requests. Also, can you share your code for Open Ticket Script that generates the links?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 09:14 AM
Hello Loudigi,
Ive posted a new thread and should probably close this one. The code is in the new thread.
Need Help Editing and Finding the links generated ... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 09:43 AM
Also, I checked the page route maps, by disabling the page route maps to determine what part of the script was generating the my_requests page route map isn't having any effect on the script. Standard out of the box Dynamic Greeting, no modifications to the current out of the box script still redirects to my_requests for the virtual agent link '# open requests'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 09:45 AM
This is the current OOTB script.