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
18:04 Dec 18, 2022
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.
18:41 Dec 22, 2022
Bhoobalan Palanivelu,
Thanks
18:41 Dec 22, 2022
Bogdan,
Thanks
Show all comments