function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kishore DasariKishore Dasari 

Hide Recently Viewed list view by lightning list view in community portal

End-users do not want to see 'Recently Viewed' list view on quotes tab in community page. So, lightning listview is created and added another tab via a new community page.

When the user click on the newly created tab, only when one list view only coming. But, when the user clicks on its hyperlink, it is redirecting to all list views of quote object.

Please suggest how to restrict its hyperlink so that the user stays only that particular list view?
Best Answer chosen by Kishore Dasari
Kishore DasariKishore Dasari
After using lightning:listview in lightning component - we could able to show only one list view that we need.

All Answers

Khan AnasKhan Anas (Salesforce Developers) 
Hi Kishore,

Greetings to you!

Please refer to the below link which might help you further with the above requirement.

https://success.salesforce.com/answers?id=9063A000000DrIWQA0

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Kishore DasariKishore Dasari
After using lightning:listview in lightning component - we could able to show only one list view that we need.
This was selected as the best answer