How to change URL for home icon

__bearer
Kilo Contributor

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

1 ACCEPTED SOLUTION

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


View solution in original post

3 REPLIES 3

lorisd_avanzo
ServiceNow Employee
ServiceNow Employee

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


https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/navigation-and-ui/co...


Best Regards,


Loris


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


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