Audit trail with ChangedBy attribute

0
Hi All,   I want to log ChangedBy Attribute for an entity in Audit Log. Can some one let me know how to do the same?  
asked
2 answers
0

Hi Ajay,

 

Check out the Audit Trail module (https://marketplace.mendix.com/link/component/138).

This module has functionality for this.

 

Goodluck,

 

Kasper

answered
0

Hi All,

We have one entity and we are also storing system attributes in that entity (owner, createdDate, changedBy etc.) ,

Now I want to log this changedBy attribute every time I commit my object.

It is working with other objects, but this changedBy attribute is always empty though the data is available. Can someone help me whether we need to follow any recommendations here.

answered