Redirect the user to the homepage when they click on the logo from the Change Calendar.

prashanth1027
Tera Contributor

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

1 ACCEPTED SOLUTION

Tanushree Maiti
Tera Patron

Hi @prashanth1027 

 

If the Change Calendar runs within a specialized portal (like CAB Workbench), you must modify the specific portal's header.

  1. Navigate to Service Portal > Portals.
  2. Select the portal you are using (e.g., CAB Workbench).
  3. Look for the Header field and edit the widget referenced there (such as the OOTB Stock Header or CAB Workbench Header).
  4. Update the HTML template or script to redirect the logo's href attribute to homepage
  5. 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

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

View solution in original post

5 REPLIES 5

TroySasso
Tera Expert

This recommended solution leaves out quite a few steps.  Please see proper solution on this youtube video from SnowHow.  You'll have to clone the widget.

 

>> https://www.youtube.com/watch?v=1xfU4teOdOg

Welcome to Know How @ SNow How. We are bringing you a series of videos to give you some "Know How" with ServiceNow. In our Intermediate series we'll go beyond the basics and cover more details and capabilities with additional use cases. For this video, we'll cover how to update the Portal Logo URL