Skip to main content

Questions tagged [recent-item]

-1 votes
2 answers
4k views

How to display all Recent Items using lightning components. Or any other ways to display All Recent Items in community builder home page? Can you please anybody help on this.
Anusha's user avatar
  • 1
2 votes
2 answers
1k views

We just added Recent Items to our Utility Bar in Lightning. As per the screenshot below, it displays multiple fields, unlike Classic where it just displays the Name. Where exactly are the fields to ...
hamayoun's user avatar
  • 2,809
3 votes
1 answer
1k views

I run this query to get RecentItem data, SELECT Id, Name FROM RecentlyViewed ORDER BY LastViewedDate DESC LIMIT 10 But I m login as same user,open SFDC Home in other tab and my customize Home in ...
unidha's user avatar
  • 2,552
0 votes
2 answers
596 views

I have visualforce page that not using standardController.I would like to include the standard Recent Items inside my page. I read on question here ,but I can get Name ,Id etc but how can I have ...
unidha's user avatar
  • 2,552
0 votes
1 answer
109 views

I want to hide recent items from page layout. I made changes on home page layout, the recent item get hidden from the home page. But I click on the recycle bin all the recent items are getting ...
Anu's user avatar
  • 3,925