Remove Attachments section on cases

Hi,

We are using BOS XP 5.8 and we want to prevent users from manually uploading attachments to a case.   I have looked in the privileges and have not see an option to hide/disable the Attachments section for a particular group of users.

Can you please explain how this can be done?

Regards,

Irshad

Any one?  

Hey,

you can add in the css bonitaconsole.css of your lookandFeel :
 
.bos_attachment_panel {
     display: none;
}

That worked.  Thanks