You need to sign in to do that
Don't have an account?

Querying for a user's "Recent Items" list
Is there a way to query for a particular user's "Recent Items" list?
That is, I want to be able to fetch a list of the last several records of a particular object that a particular user has viewed.
Thanks
cic,
Sadly that only gives you the most recently modified item. Recent items is a list of recently viewed items. Would be nice to have access to that data. Oh well.
Thanks for the information guys.
It looks like all we can do at this point is to promote the idea to have the capability to access the recent items list:
http://sites.force.com/ideaexchange/ideaView?c=09a30000000D9xt&id=08730000000BrkWAAS
FROM RecentlyViewed
WHERE LastViewedDate !=null
ORDER BY LastViewedDate DESC