Is it possible to audot documents deleted by users?
My requirement is that , if any user is deleting a document from webtop, i shoudl be able to see who and when it was deleted(document of a specific custom obj type) . Content Server API says thsi can be achieved by following command:
audit,session,object id,dm_checkin
Can i replace dm_checkin with 'delete'. Is this right way to do it?Also i want to know how long will this audit trail report remain the repository.
Please assist.