Hello everyone,
I am currently working on generating reports where I should display the first time login of the employee to a specific app.
This is what I was working on, perhaps this is wrong and there should be proper way. Anyone here knows how to properly get the minimum login time of user?
I will appreciate any help.
Thank you!
Hi,
You may need to have an extended entity for User and add one attribute to store the first login time of the user and this could help you to record the first login and you don't need any other logic to get it.
Let me know if this works!
Regards,
Shree
Hi Ma Raven Ann Araga,
As suggested by Shreelakshmi Shivaramu , You need to create a new entity which will be a extended entity of user entity and save the first time login in in that table when user login in an app. Hope this will resolve your issue.