Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to put navigation menu on service portal page

anshul_jain25
Kilo Guru

hi , I want to know how to create a navigation menu on service portal page.

below is the image similar to which I need to crate service portal home page, I am new to service portal.

I was creating a page I want a navigation menu, for my approvals, my request, my incidents.

Are there any OOTB examples present.

find_real_file.png

1 ACCEPTED SOLUTION

Sujata Vishwak1
Mega Expert

Hey.. Anshul



You need to add HTML script.. You can check out below for example:



</style>


<div class="navbar-header" style="width:100%">


  <button data-target=".cs_nav" aria-expanded="false" data-toggle="collapse" type="button" class="navbar-toggle collapsed cs_navbutton" aria-controls="navbar">


<span class="sr-only">Toggle navigation</span>


<span class="icon-bar"></span>


<span class="icon-bar"></span>


<span class="icon-bar"></span></button>


<a href="home.do">


<div class="navbar-brand cs_banner"></div></a>


<div class="navbar-collapse collapse cs_nav" style="width:100%">



<ul class="nav navbar-nav navbar-left" style="width:100%">


<li>


<a href="home.do">


<img width="25" src="customer_service_home_icon.png" height="25"></img></a></li>



<li>


<a class="navlink" style="font-size:14px" href="create_incident.do">Your Menu</a></li>


<li>


<a class="navlink" style="font-size:14px" href="incidentlist.do">Your Menu</a></li>


<li>


<a class="navlink" style="font-size:14px" href="create_request.do">Your Menu</a></li>


<li>


<a class="navlink" style="font-size:14px" href="request_list.do">Your Menu</a></li>





</ul></div></div>


View solution in original post

5 REPLIES 5

ya..


for that u need to add your picture in the images table. shown below



find_real_file.png



Please mark Helpful/Correct based on impact.