- 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 05:46 PM
It is the body of the service portal home page without the banner at the top.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 06:50 PM
If I go to a OOTB developer instance when not logged-in.
/sp is the service portal home page and presents with a header, a login widget and a knowledge widget
/$sp (and /$sp.do) is completely blank
Are you sure it is the body of the service portal home page without the banner?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 08:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 08:58 AM
Nathan,
Is this what an angular directive is? I have heard the pages that start with the $ being called a directive generically. I have to admit that I am a backend guy, so the front end terminology gets a little lost on me.
Thanks.