How do I set the start page for all users as below?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2023 08:53 PM
I want to display this screen when I start, when I press the logo.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2023 08:57 PM
Hi @BoHyun Jung ,
- Navigate to User Administration > User Preferences.
- Click the New button.
- Enter the following values:
- Name: my_home_navigation_page
- System: Make sure it is set to true
- User: Make sure this field is empty (this empty field combined with the System checkbox checked will make the user preference apply to all users in the instance).
- Type: String
- Value: $pa_dashboard.do
Additional Information
Administrators also can control what specific groups of users can see on their dashboard. For more information, see the product documentation topic Group Dashboards
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2023 09:07 PM
I want to show a specific dashboard screen at startup or when I press the logo, not this screen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2023 09:10 PM
Replace the value of your dashboard name,
- Value: $pa_dashboard.do //replace this with your dashboard
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2023 09:18 PM
This is the name of my dashboard. Please tell me exactly how to change it.