cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is the use of OOTB AbstractAttributesModificationAwareInterceptor? can we use it ot log the audit trail?

former_member733495
Discoverer
0 Likes
475

When this interceptor be invoked and can we use it to log modification of attributes?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

You can use this abstract class to know any item attribute/attributes are modified. So that you can take further actions. You can use this for audit trail creation as well. However, There is already OOTB framework provided to audit log an item changes. You just need to enable auditing on an item type. Please note, If you enable audit on an item, It audits the supertypes as well. It may impact the performance.

Former Member
0 Likes

Thanks Venkata. i need audit trail for item types created/modified via impex load from HAC. However, OOTB audit log framework does support logging only from Backoffice and not from impex load. if you could provide inputs how to log changes made via impex load and access it from backoffice --> administrator--> last changes.