I have created a separate Java action in same folder of where the existing Java action was there in Audit trail module. And I have deployed it to eclipse the new Java action was present in audittrail.actions folder only, but when I was trying to import "import audittrail.log.CreateLogObject;" it is not getting imported it was showing error like "The import audittrail.log.CreateLogObject cannot be resolved". Can anyone help me to understand why it is happening and how it can be mitigated. Additionally the audit trail module is creating log objects of entire attributes available in the entity which we are trying to modify or creating as new object. But I need to store only the modified attributes instead of storing all the attributes. Could anyone help me to modify the java code which only create log for modified attributes of an entity instead of all.