219
Views
5
Comments
Solved
Last Login Date and Time in Reactive
Question
Application Type
Reactive

Hello all

How can we get Users Last Login Date and Time in Reactive Application.

Regards

Sanjay

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Sanjay,


This information is stored in the Users entity, which you can refer from System:


Kind Regards,
João

2025-04-30 07-30-15
Sanjay Bankar

Thank you so Much.

UserImage.jpg
Accelance Partners

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

2025-10-18 11-13-53
Ramesh subramanian

Hi Sanjay Bankar,,

Please find the attached OML File.



Hope it helps you.

Thanks,

Ramesh 

LastLogged.oml
2025-04-17 05-42-16
Ajit Kurane

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.

Thanks,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.