- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 04:44 AM
I would like to set a default homepage for all users.
I have created a 'HelpDesk' homepage which should be visible by default whenever a user logs into SNOW or refreshes the homepage window.
Now, if i select a custom homepage from 'Switch to page', then when i refresh the browser window it should show the default homepage('HelpDesk' homepage).
How can i achieve this?
I have tried the below link, but it didn't work for me.
https://community.servicenow.com/thread/212389?q=set%20default%20hom
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 05:12 AM
Hi Sujit,
Have a look here:
Specifying a Login Landing Page - ServiceNow Wiki
ServiceNow Customer Service System
glide.login.home
Sets the default homepage users see after login. If blank, the last page visited is used. The format is <page>.do
- Type: sting
- Default value: home.do
- Location: System Property [sys_properties] table
- Learn more: Specifying a Login Landing Page
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 05:09 AM
Did You click the "Edit Homepage" related link to see the homepage?
You must click Edit Homepage to make changes to a global homepage that take effect for all users who can access the homepage. If you click View Homepage and make changes, a personal homepage is automatically created for you and those changes take effect only on that personal homepage. To see the Edit Homepage link, you must enter a unique value in the View field.
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 05:57 AM
Thanks Deepa,
I am already aware of this. My requirement was to redirect users to a default homepage whenever they login to SNOW or refresh their SNOW window.
Anyways, thanks for the help. The solution shared by Sergiu below has worked perfectly for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 05:12 AM
Hi Sujit,
Have a look here:
Specifying a Login Landing Page - ServiceNow Wiki
ServiceNow Customer Service System
glide.login.home
Sets the default homepage users see after login. If blank, the last page visited is used. The format is <page>.do
- Type: sting
- Default value: home.do
- Location: System Property [sys_properties] table
- Learn more: Specifying a Login Landing Page
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 06:00 AM
Hi Sergiu,
Thank you!
This works perfectly for me.