The CreatorCon Call for Content is officially open! Get started here.

Custome logout page....

madanm7786
Mega Guru

Hi All,

I am first time trying creating UI Page, so requesting your help.

I need to create a logout page with just a link which will redirect to Login page.

How can i accomplish this.

Thanks in advance.

Regards...

1 ACCEPTED SOLUTION
7 REPLIES 7

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi madan,



This should work.


<a href="https://YOURINSTANCENAME.service-now.com/logout.do">Logout</a>


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

I've done the setup on the below demo also if you want to take a look.


https://demo005.service-now.com/logout.do


Username : admin


Password : admin


Hi Pradeep,



Thanks for your quick response.


I created an ui page as you suggested.



How should I link the page to Logout button.



What I need here is, when i click on Logout button I need a blank page and an link "Click here to Login" in the blank page.



Thanks...


Not clear with the question. I thought you just want to created a link. But what is the reason you want to link this page again to logout button?