Set your startup screen on a ServiceNow instanceIssue By default, when a licensed user logs into an instance, that user's Homepage will appear. However, this behavior can be changed such that the most recently viewed Dashboard will appear instead. This article will describe the steps to change this setting from HomePages to Dashboards (or back from Dashboards to HomePages) and what behavior this change will have on the instance. This change is on an individual user basis. In other words, the steps described in this article will change the configuration only for the user who is performing the steps and will not cause any changes to the user preferences of any other users on the instance. Procedure Log in to the instance using the account for which you want to have Dashboards appear rather than Homepages on initial login.Click the cog icon in the upper right corner of the screen (Personalized User System Settings).Ensure to be viewing the General tab of the System Settings dialog box that appears. By default, for a new user, the Homepages radio button will be selected in the Home section. If you want to have this changed to show Dashboards instead, change this radio button to read Dashboards. If you are already showing Dashboards and you want to change this back to Homepages, ensure the Homepages radio button is selected in the Home section. After making any changes to the settings click the X in the upper right corner to close the System settings dialog box. After making this change, the next time you log in to the instance, click the logo in the upper right corner of the instance, select the Home menu option (Favorites -> Home) or the Homepage menu option (Self-Service -> Homepage) you will be diverted to the last Dashboard which you have viewed on the instance. Related LinksAs noted above, this change will only be visible to the individual authenticated user who performs the actual setting change. The actual change is stored in a sys_user_preference record associated with that user with the name my_home_navigation_page which will have the value of $pa_dashboard.do if dashboards are the current setting. The last dashboard visited is stored in a sys_user_preference record associated with the user with the name com.snc.pa.ui.preferences_dashboards. To set a global default for every user to use dashboards instead of the current default of home pages, a global (no user account selected) User Preference with the name my_home_navigation_page with a value of $pa_dashboard.do. If the user has modified this, that specific user's setting will take precedence over the global setting for that user when they log in to the instance.