Hide the "Remove" button of attachment in Notes Module

Hi,

Is there a way to hide the Remove button in the attachment field in the Notes section?

I dont want the users to be able to remove the attachment while editing the note.

Thanks and Regards,
Madhur

you can edit your suitecrm/custom/modules/Notes/metadata/editviewdefs.php starting this line https://github.com/salesagility/SuiteCRM/blob/master/modules/Notes/metadata/editviewdefs.php#L49 you can comment the code out, make a quick build & repair

best regards

Hi Mike,

Thanks for the prompt response.

I tried doing what you had suggested. But it didnt work. I removed all the JavaScripts from that form and still that Remove button is visible.

I did QRRB many times, but it didnt work.

Thanks and Regards,
Madhur