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.

remove "profile" in the service portal header name dropdown.

kcf
Tera Expert

how can we hide the "profile" in the service portal header name dropdown?  in the upper right corner, you click on your name, a dropdown appears, one of the options is "profile".  we want to hide that temporarily.

3 REPLIES 3

darlawolf
Giga Expert

In your cloned Stock Header, comment out:

<li role="presentation"><a ng-href="?id=user_profile&sys_id={{::user.sys_id}}" role="menuitem">${Profile}</a></li>

 

Has this changed in the last couple of years? I am not able to find Stock Headers anymore.

abdulshaik
Tera Contributor

Hi Kelly, were you ever able to figure it out?