- 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
‎02-07-2018 11:57 PM
The data is there in sys_user table (I checked from database side), it just doesn't display on the UI due to the StackOverflow error. What's the date field you added, I would like to check it directly in database.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:09 AM
The date field added on the sys_user table is Termination_Date field.
-Hussain K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 01:35 AM
I finally figured it out, it was not that field you added, it was the fact that you made "Manager" field to have Display=True.
I changed the field to have Display=false and now you can get all users and no StackOverflow error anymore.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 02:51 AM
Thanks really awesome to know the cause here. But need to understand the actual use of the Display property here, since I do not see field's value=true in the sys_user table.
-Hussain K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 02:54 AM
As I mentioned I unchecked the Display Value for Manager field on sys_user. That was the only field that was using the value:
Select a field as the table display value