13

As customer administrators for the CRM module, we must have access to each user's login and logout information with a timestamp in order to calculate the total number of login hours for a specific time period.



Category: Administration
STATUS DETAILS
New

Comments

d

This can be done by reading the User Audit Log data. You would need to filter down the data to only the logs for when they access the system.


We do this to report when a user last logged in, currently just in an Excel file with data for Users, security roles for users, and audit data.


It would be a good idea if we simply updated a field on the User table to record the last log in/access date/time so in system view on Users could be used.

Category: Administration