Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Employee service center configuration

robertpetrovics
Tera Contributor

Hi guys!

 

I want to remove ''My requests'' from the navigation menu but i can't figure out how. Can you give me a hand?

robertpetrovics_0-1698670595284.png

 

1 ACCEPTED SOLUTION

Clara Lemos
Mega Sage

Hi @robertpetrovics ,

 

You can remove 'My requests' by navigating to Service Portals > Portals , and opening the record for the employee Center Portal. 

Within the Employee Center Portal record open the Main Menu record ( by clicking in the 'i' icon) 
Make the following change to the "Employee Center Menu" in the Additional options field: 

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

 

 If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know

Cheers

View solution in original post

2 REPLIES 2

Clara Lemos
Mega Sage

Hi @robertpetrovics ,

 

You can remove 'My requests' by navigating to Service Portals > Portals , and opening the record for the employee Center Portal. 

Within the Employee Center Portal record open the Main Menu record ( by clicking in the 'i' icon) 
Make the following change to the "Employee Center Menu" in the Additional options field: 

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

 

 If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know

Cheers

robertpetrovics
Tera Contributor

Thank you very much Clara, i just figured it out 10 min ago, the steps i took were exactly as you described it.