About add to wish list button

yuchen zhang
Tera Contributor

Hello everyone
I would like to know if it is possible to enable the add to wish list feature in employee center?
I can see this button on the portal, but I can't see this button on the esc.

Thanks in advance.

yuchenzhang_0-1684732990425.png

 

yuchenzhang_1-1684732990629.png

 

 

4 REPLIES 4

nayanawadhiya1
Kilo Sage

Hello Yuchen,

 

Here is ServiceNow Docs link for enabling the Add to Wishlist Option in ESC.

https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/product/service-catalog-m...

 

Below are steps -

Procedure

  1. Navigate to All > Service Portal > Portals.
  2. Search for and select Employee Center.
  3. If you are prompted with the message To edit this record click here, then click here.
  4. Open the Main menu by clicking the preview this record icon (
     

     

    ).
  5. Change the values for enable_cart and enable_wishlist to True.
    {
    	"enable_cart":{
    		"displayValue":"true",
    		"value":true
    	},
    	"auto_update_cart":{
    		"displayValue":"true",
    		"value":true
    	},
    	"exclude_search_on_homepage":{
    		"displayValue":"true",
    		"value":true
    	},
    	"enable_wishlist":{
    		"displayValue":"true",
    "value":true
    Copy
  6. Click Update.

Hello,

I tried this method, but it did not work.
It just made the menu wish list show up in the top right corner.

Hi Yuchen,

 

Have you tried enabling the option in the widget?

With the portal page open, hold down Ctrl and right-click on the catalog item widget, then choose 'Instance Options'. There's an option in there to enable the wishlist button.

Vikas-Malhotra
Mega Guru

Hi,

 

Is there a specific use case why would you want to enable wishlist when you have favourites on the esc portal?

 

You can enable the same in sp portal also..

VikasMalhotra_0-1684982690743.png

 

 

Regards,