GlideSPUtil in Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2018 03:00 AM
Hello Team,
Good Afternoon to all,
I want to know about new GlideSPUtil().getPageUri(). What is the use of this method? We can not use GlideSPUtil in scoped applications. What is the alternative to this method?
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2018 09:53 PM
That's a new one to me. I try to keep a running list of all the undocuemtned and documented methods here. So I'll look into this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2018 10:21 PM
I confused the class you mentioned with some other classes. That appears to be only use for that class;
It appears that function is an alias for gs.getUrlOnStack();
Which appears to just;
"Gets the current URI for the session." according to https://docs.servicenow.com/bundle/london-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html