How do I set the start page for all users as below?

BoHyun Jung
Mega Sage

BoHyunJung_0-1673844742683.png

 

I want to display this screen when I start, when I press the logo.

 

 

6 REPLIES 6

Aman Kumar S
Kilo Patron

Hi @BoHyun Jung ,

  1. Navigate to User Administration > User Preferences.
  2. Click the New button.
  3. 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 
 Note: Test this functionality in sub-production instances first.

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

For more general information on dashboards, see the Dashboards product documentation landing page.
 
For more details:
 
 
Best Regards
Aman Kumar

BoHyunJung_0-1673845511091.png

I want to show a specific dashboard screen at startup or when I press the logo, not this screen.

 

Replace the value of your dashboard name, 

  • Value: $pa_dashboard.do //replace this with your dashboard

 

Best Regards
Aman Kumar

BoHyunJung_0-1673846280446.png

 

This is the name of my dashboard. Please tell me exactly how to change it.