- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi community,
I have a question where if the user clicks on the logo of ServiceNow on the change calendar, then the user should be redirected to the home.
Thanks,
Prashnth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
If the Change Calendar runs within a specialized portal (like CAB Workbench), you must modify the specific portal's header.
- Navigate to Service Portal > Portals.
- Select the portal you are using (e.g., CAB Workbench).
- Look for the Header field and edit the widget referenced there (such as the OOTB Stock Header or CAB Workbench Header).
- Update the HTML template or script to redirect the logo's href attribute to homepage
- Edit the HTML template of the widget to ensure the href attribute on the logo tag (e.g., <a>... <img class="navbar-brand-logo"></a>) points to your homepage ?id=index rather than reloading the current page
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
OOTB, if a user clicks on the banner logo, it will redirect them to the homepage unless some preference has been changed.
Please share a screenshot of where exactly you want this behavior changed.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
If the Change Calendar runs within a specialized portal (like CAB Workbench), you must modify the specific portal's header.
- Navigate to Service Portal > Portals.
- Select the portal you are using (e.g., CAB Workbench).
- Look for the Header field and edit the widget referenced there (such as the OOTB Stock Header or CAB Workbench Header).
- Update the HTML template or script to redirect the logo's href attribute to homepage
- Edit the HTML template of the widget to ensure the href attribute on the logo tag (e.g., <a>... <img class="navbar-brand-logo"></a>) points to your homepage ?id=index rather than reloading the current page
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Do we have any other solution than this? By using properties..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
“Can you share any screenshot of where you are seeing this or looking into it?” @prashanth1027
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************