Good afternoon, I'm looking to create some internal reports on Aras usage, tracking # of logins, time logged in, and possibly # of concurrent users. Is there any community solutions available already for generating these types of reports?
Thanks,
Paul
Hi Paul,
There are no existing community projects that offer this functionality, but this is possible through the use of System Events which you can find in the TOC under Administration > System Events > System Events. Here you can attach a Server Method to events that fire on Successful Logins, Failed Logins, and Logouts. You could create a new ItemType to track the individual occurrences of when a user logs in and logs out, and then extrapolate on that information in order to generate your reports.
Chris
Christopher Gillis
Aras Labs Software Engineer
Hi Paul,
There are no existing community projects that offer this functionality, but this is possible through the use of System Events which you can find in the TOC under Administration > System Events > System Events. Here you can attach a Server Method to events that fire on Successful Logins, Failed Logins, and Logouts. You could create a new ItemType to track the individual occurrences of when a user logs in and logs out, and then extrapolate on that information in order to generate your reports.
Chris
Christopher Gillis
Aras Labs Software Engineer