Home page and URL needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2014 08:37 AM
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?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2014 08:47 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 10:57 AM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 12:09 PM