function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OnDem DevOnDem Dev 

Login Time of the User?

Hi,

 

How can i know the current login time of the User.?

 

Also is there anyway to find whether the Admin has logged in as a Proxy User

 

Regards

Message Edited by OnDem Dev on 12-15-2009 07:43 PM
shillyershillyer

You can query the User object for LastLoginDate. This returns the date and time when the user last logged in.

 

Hope that helps,

Sati