Hello all
How can we get Users Last Login Date and Time in Reactive Application.
Regards
Sanjay
Hi Sanjay,
This information is stored in the Users entity, which you can refer from System:
Kind Regards,João
Thank you so Much.
Hi,
Have a look at this forum post for the relevant information ,It helps you to understand more about last_login.
https://www.outsystems.com/forums/discussion/84555/query-all-login-attempts-for-all-outsystems-apps/
Thanks,
Rakhi
Hi Sanjay Bankar,,
Please find the attached OML File.
Hope it helps you.
Ramesh
Hi sanjay,
Its very simple. If you want users last login detail then you just need to fetch last_login attribute on screen. As you show all the user detail in table using aggregate along with other attributes you can use that attribute to show the details of last login.