We have a use case where we need to automatically mark a user "online" once they log into the application. And mark "offline" when the session ends. Other users will need to see who is currently online and who is not.
Is there a way to identify if a user is online or not in Creatio?
After that, go to the "Display Options" tab and in the "How to sort" detail choose the number of displayed users, descending order and the sorting column should be "Logged in"
Then go to the detail "How to filter" and add the condition by choosing the column "Active" equal "yes".
A supplementary question - I am looking to identify on the server side whenever a user logged in and out of the app.
Could I possible tap into OnUpdated entity event on the SysAdminUnit object to identify when a user logs in and when he logs out? Or is there another way to do this?