SOQL Query To Get Recently Viewed Records in Salesforce?

SOQL Query To Get Recently Viewed Records in Salesforce

Sample SOQL Query:

SELECT Id, Name, Type, LastViewedDate, Profile.Name FROM RecentlyViewed WHERE Type ='Account' ORDER BY LastViewedDate DESC



Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0