What is $sp.do and why is it tagged as a public page in the sys_public table?

James Fricker
Tera Guru

Anyone know, what is $sp.do and why is it tagged as a public page in the sys_public table?

1 ACCEPTED SOLUTION

nathanfirth
Tera Guru

$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.

View solution in original post

10 REPLIES 10

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