Question

How can I disable the "portal-message-tab" button/icon ?

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 

 

Like 1

Like

4 comments

Hello,



Your business task could be achieved only by development.



Please refer to the information in this post.

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.

Bhoobalan Palanivelu,

Thanks 

Bogdan,

Thanks 

Show all comments