- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 05:43 PM
Anyone know, what is $sp.do and why is it tagged as a public page in the sys_public table?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 05:59 PM
$sp.do is the core Service Portal UI Page that lives on the ServiceNow file system. It is marked as public since Service Portal pages can be marked as public.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 06:52 PM
Not A Page but $sp is a global object for Portal. which we can use to fetch the record from HTML page or server side also.
and for more methods info visit this link : here all methods are available .
https://blog.jacebenson.com/sp/
Thanks
Sanjay Bagri