I am using an Adxstudio Entity Form configured with File Attachments, so the user can attach files and Submit. This works, in the CRM Notes are created with file attachments and linked to the entity record.
What I would like is to be able to change this behaviour, in order to scan files for viruses, and if the scan failed, do not add files to the Note.
Is that possible with Adxstudio ? Is there a way to intercept the Notes creation and add custom code to perform the scan ?
There is a controller called EntityNotesController, but It is not clear when this code is called in this processus.
Thank you