Remove Attachments section on cases

1
+1
-1

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

3 answers

1
+1
-1
This one is the BEST answer!

Hey,

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

1
0
-1

That worked. Thanks

1
0
-1

Any one?

Notifications