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
OmarOmar 

User Info

hi,
I want to access the logged in user's last access time.
e.g. if im a salesforce user and i log in using my code, how can i get the information about my last access time.
or in general, how can i get hold of my User object??
kindly help me in this regard.
thanks
Omar Altaf

Message Edited by Omar on 02-03-2006 06:39 AM

SuperfellSuperfell
getUserInfo has a bunch of usefull stuff, including your userId, which you can then use to retrieve data from your user object
OmarOmar
hi,
im pretty new to the salesforce thing. can u please tell me how can i proceed? i mean, how can i use the user ID to access the User object ??
thanks,
Omar Altaf
SuperfellSuperfell
use the retrieve call. Sounds like you should walk through one of the quick starts.