Guest User

Untitled

a guest
Dec 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. SELECT Id, Name, RecordTypeId
  2. FROM RecentlyViewed
  3. WHERE Type IN ('Account', 'Contact')
  4. ORDER BY LastViewedDate DESC
Add Comment
Please, Sign In to add comment