Questions tagged [recent-item]
The recent-item tag has no summary.
5 questions
-1 votes
2 answers
4k views
How to Display the All Recent Items using lightning components? [closed]
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.
2 votes
2 answers
1k views
Recent Items in Lightning: configure which fields to display
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 ...
3 votes
1 answer
1k views
Query RecentlyViewed return different result from Recent Item
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 ...
0 votes
2 answers
596 views
Include Recent Items in Page
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 ...
0 votes
1 answer
109 views
How to hide recent item from recycle bin layout
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 ...