Does anyone know if it is possible to disable event logging for the AddAttachments method in a site’s Lists Web Service.
I am trying to mimic the EditForm’s behaviour, so the user sees the same functionality: update field values, add attachments and delete attachments.
Since these are three different Web methods then every time there is an update using this front-end EditForm, three modification events take place, in an Issues list this means three history changes will be logged.
I am trying to mimic the EditForm’s behaviour, so the user sees the same functionality: update field values, add attachments and delete attachments.
Since these are three different Web methods then every time there is an update using this front-end EditForm, three modification events take place, in an Issues list this means three history changes will be logged.