- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 06:24 AM
Hi everyone,
As you know if you change your dashboard and then click the home icon in the navigation filter, it takes a user back to the last dashboard they were viewing.
Is it possible to change this to a specific page for all users ?
Thanks in advance for your help.
Happy Wednesday
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 09:05 AM
I see, so I believe you may find useful the table named sys_ui_bookmark:
Type sys_ui_bookmark.list from your Filter Navigator then filter for Title =Home and Image =images/icons/home_16.gif
You can then change the URL of the resulting records.
Regards,
Loris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 07:16 AM
Hi Christopher, happy Wednesday !
Yes it is possible, there is a system property named glide.banner.image.url where you can set the URL relative path location (which will be related to your ServiceNow instance path, i.e. https://INSTANCE_NAME.service-now.com/ ).
Ref: Banner logo link
Best Regards,
Loris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 08:20 AM
Hi Loris, Thank you so much for your reply.
What you said is very right, and it worked !!!
However now I need to change the url for the icon that's boxed in red from the below image.
I have managed to do this for myself however when I impersonate a different user, it still takes me back to the previous dashboard view they were previous looking.
Thanks in advance for all your help.
Kindest Regards,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2016 09:05 AM
I see, so I believe you may find useful the table named sys_ui_bookmark:
Type sys_ui_bookmark.list from your Filter Navigator then filter for Title =Home and Image =images/icons/home_16.gif
You can then change the URL of the resulting records.
Regards,
Loris