what is GlideURL and how to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2016 06:29 AM
what is GlideURL and how to use it for uploading file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 11:32 PM
Hi Chuck,
Have you completed the documentation about GlideURL? If yes then please share the link.
Regards
Ramandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 05:29 AM
The API is documented on the Developer portal.
https://developer.servicenow.com/app.do#!/api_doc?v=jakarta&id=r_GURL-GlideURL_S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2018 08:25 AM
Hi Chuck,
I used the GlideURL() to parse the sysparm_special_instructions parameter which was passed from a Call to a new Catalog item form's URL;
The full string which is returned from the parameter by the GlideURL() is : NEW_CALL_REF%3A24e1789adbc1e700b82ea5305b96192f+
What would be the best (and failure proof) practice to get a sys_id substring from the whole string, and in general, can we be sure that the pattern (i.e. NEW_CALL_REF%3A...sysid...+) will stay the same, and it is safe to use the pattern for all future releases?
Thanks in advance for your reply
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 02:38 PM
Hello,
Did you manage to figure this out as I'm looking for something similar?
Kind Regards
Ashley