Set Default homepage for all users

Sujit Poojari1
Tera Contributor

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

1 ACCEPTED SOLUTION

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

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



Regards,


View solution in original post

16 REPLIES 16

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.


The date field added on the sys_user table is Termination_Date field.



-Hussain K


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.


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


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