How can we hide cart icon on header in service portals depending on company in ServiceNow

Ankita Gupte
Kilo Sage

We have cart icon on header menu of Service Portal, this can be hide if we set below value to false but I want it to hide only when logged in user is from company A. for logged in user from other company except A it should be visible.

 

{
"enable_cart": {
"displayValue": "true",
"value": false
},
"enable_wishlist": {
"displayValue": "true",
"value": false
}
}

Please advice how can we achieve this

10 REPLIES 10

There is no impact as such but they don't want it.