report
How to generate a report on activities of a particular user?
Question
How to generate a report on activities of a particular user
Answer
In the database, the table JAHIA_CONTENTHISTORY
contains all the necessary details such as user id, type of action, property name, date etc.
A report can be generated by querying this table.