Hello,
Can anyone share your expirience, how to optimal use custom table for dm_auditrail, for example, kc_audittrail, if we have a big data for year?
Your question has been moved to the Documentum developer community where it has a better chance of being seen and answered
hi,
Generally the auditing of the event occurs only when the event is registered.
and one more thing , you can only update the certain attributes which you want to be audited while registering the event.
So in this case if you select 2 0r 3 custom attributes for updation,
then you can query like 'select attrr1,attr2 from dm_audittrail where event_name='xxxxx' which lists out the selected attribute values only.