Redirect to External website from the Service Portal Logout?

Ashirav
Tera Expert

On My Service Portal, there is a Header having a logout button.

find_real_file.png

find_real_file.png

 

The task is that when the logout button is clicked I should be redirected to att.mysupportaccess.com.

What should I enter in the "Redirect to The specified URL" box?

find_real_file.png 

find_real_file.png 

 

 

 

 

Doing what I did above lands me to internal page and not an external page, i.e. it always uses the instance name "ncrsmadev.service-now.com" as prefix, meaning it is not redirecting externally, just internally:find_real_file.png

 

If I am supposed to write a BR then how can I configure it with this here?

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hi,

window.location.href is a javascript code used to redirect to a different Url. You seem to have added a script in place of your URL.

You will need to replace it with the complete URL with http or https in it.

https://att.mysupportaccess.com

Thanks! 

View solution in original post

17 REPLIES 17

Did you try the complete URL with http?

Yeah, i tried with and without http/https. No luck. It always uses the instance name "ncrsmadev.service-now.com" as prefix, meaning it is not redirecting externally, just internally

Are you using the Service Portal or the old CMS system? The screenshot seems like you have created a record in the CMS Header Menu.

For Service portal, the table name would be sp_rectangle_menu

The following worked for me in CMS

find_real_file.png

Okok I got it! Thanks a lot for your help! I managed to get redirected! Thanks, my first task got completed successfully!:)