Question
How can I disable the "portal-message-tab" button/icon ?
09:24 Dec 16, 2022
Hello community
I want to disable the "portal-message-tab" icon in the portalcasepage for existing records and enable it for new case page. I tried removing it but I couldn't figure out how to apply conditions. Could you help me with it?
Thanks in advance.
Regards,
I.Yasaswini
File attachments
Like
4 comments
18:04 Dec 18, 2022
Hi Yasaswini Indurthi,
The corresponding schema to be replaced is PortalCaseSectionActionsDashboard and to disable the portal message tab, please add the below property in diff:{} property of your replacing PortalCaseSectionActionsDashboard schema
{ "operation": "remove", "name": "PortalMessageTab", }
BR,
Bhoobalan Palanivelu.
Show all comments