How to use Audit Trail module with different entities associated with each other?

0
I managed to use mendix Audit trail module with one entity, but couldn't do it with multiple entities. What is the best way to pass multiple entities parameters here ?
asked
1 answers
0

Hi Puja,

 

You should make the entity you want to log the audit trail on a specialization of AuditTrialSuperClass. There is an on-commit event that will create the audit trail automatically.

 

Hope it helps!

answered