Hi Everyone,
Can anyone help me for auditing custom events?
If you have any sample or link, kindly share
could you please explain the requirement. what custom action you want to audit?
Hi Karthik,
Let me site one example: I want to audit bulk export for 2000 documents or more.
Use IDfAuditTrailManager.createAudit to create a dm_audittrail object for your bulk export.
Hi Bacham2,
Thanks for the response.
But kindly can you please explain the process, how to achieve it?
Thanks in advance,
Swastik
You have system events and application events. System events are events recognized by Content Server (e.g. checkin, destroy). You can turn them on or off and when they occur, the Content Server will take care of creating a dm_audittrail object. Application events (or custom events if you prefer) are application-specific. It is the responsibiilty of the application to create them. You can do that with the DFC method I pointed out. That code can be inside a TBO, SBO, directly in your webapp It doesn't really matter but it's your job to call that method with the appropriate parameters.