The CreatorCon Call for Content is officially open! Get started here.

Employee Center

vidhya_mouli
Giga Sage

I am trying to set up the Employee Center. I need some help here.

 

Employee-Center-Homepage-Employee-Center.png

 

1. How do I remove Fav and Tour from the header menu?'

2. How do I change the colour of the text in the mega menu without affecting the text colour in the header menu?

1 ACCEPTED SOLUTION

Thats not really what I mentioned. Can you have a look at what I mentioned? To clarify more:

MarkRoethof_0-1694001359671.png

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

3 REPLIES 3

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Removing the options for favorites and tour are exactly the same as for Service Portal.

 

For favorites within the Portal record (field enable_favorites).
For tours within the System Property (com.snc.guided_tours.sp.enable). Do be aware, this system property is not limited to only Employee Center!

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

I tried the same by writing the following code in Employee Center Menu

 

    "enable_favorites":{
		"displayValue":"false",
		"value":false
	},

 

But this did not work. What am I missing here?

Thats not really what I mentioned. Can you have a look at what I mentioned? To clarify more:

MarkRoethof_0-1694001359671.png

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn