Home page and URL needed

sarajanedw
Kilo Explorer

How do I create or get access to my home page url so I can send the url in email so my customers can click it and be lead right to it?

3 REPLIES 3

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

You can look at the out of the box Application "Overview" modules as an example but it is:


instance.service-now.com/home.do?sysparm_view=VIEW-NAME



Be sure to set the view attribute on the homepage and replace the name in my example above.   The following example take you to the Incident overview as an example:


instance.service-now.com/home.do?sysparm_view=incident_overview


Thanks michael.ritchie! This is just what I was looking for.


I also found another article that helped me.   Navigating by URL - ServiceNow Wiki


I learned that if you add "nav_to.do?uri=" to the URL like this - instance.service-now.com/nav_to.do?uri=home.do?sysparm=view-name, the homepage will open with the standard interface (banner and application navigator).


Actually since my post in 2014, the product was enhanced and a new "link type" of homepage was added and you simply need to select the homepage you want to display.   This is much easier than pasting in the URL:


find_real_file.png