Is it possible to change the audit display?

Goodmorning to everyone,
is it possible to change the audit page?
Now, the popup shows for every field monitored, the informations: old and new value, who made the update and when.
Is it possible to customize the proccess to have the changes group by for time and user. I try to explain with an example:
Now I change 4 fields: Field1, Field2, Field3, Field4. I would like to show the informations like:

Timestamp (now) User (me)
   Field1: oldvalue newvalue
   Field2: oldvalue newvalue
   Field3: oldvalue newvalue
   Field4: oldvalue newvalue
 -------------------------
Timestamp (now-1) User (other user)
   Field3: oldvalue newvalue
 -------------------------
Timestamp (now-2) User (other user2)
   Field1: oldvalue newvalue
   Field4: oldvalue newvalue

Can someone help me?
thank you,
B.

Hi @bf.ts90

Yes, it is possible, but it requires huge SuiteCRM development skills and also a lots of customization.

We can accomplish that for you. Let me know if you are interested on.

Kind regards

Thank you so much for your reply and for offering to make it for us, but at the moment we would like to try to implement it if someone could help us understand where to operate and what we need.

B.

Have a look at stuff under modules/audit, especially modules/Audit/Popup_picker.php.

Also search for audit in this file, there are a lot of entries:

This might also be worth reading:

Good luck and please come back here and teach us what you discover :wink:

1 Like