UI Builder chrome_header can icon link back to home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 07:21 AM
Is there a way to get the chrome_header icon to link back to application home page (as normal applications do)?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 10:35 AM
Isn't it called out in Chrome Toolbar:
{
"id": "home",
"label": {
"translatable": true,
"message": "Home"
},
"icon": "home-outline",
"viewportInfo": {},
"routeInfo": {
"route": "home" <- home is your route
},
"group": "top",
"order": 100,
"badge": {},
"presence": {},
"availability": {}
},
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 02:24 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022 07:20 AM
This shows the different's: https://community.servicenow.com/community?id=community_article&sys_id=977a4cb4db051510847d5ac2ca961...