[SalesForce] Always show more records in Lightning Experience for Related Lists

In Aloha there was for Related Lists at the bottom a link to always show more records in related lists:

enter image description here

We clicked this ALWAYS and either did it several times or hacked the url like this: rowsperlist=9999999. The result was to see all related records. That was great!

Now in Lightning we see only 4 records at a glance, which is very poor. I did not find a customization to show more:

enter image description here

Question

Is there any way to get make it show more records at a glance without clicking the "View All" Button? Using "View All" is mostly bad for the usability, because the users want to see the list embedded in the context and not separated and isolated in a new view.

Best Answer

Starting from Summer 19 it becomes possible. Salesforce introduced "Enhanced Related Lists" where admin can control number of records displayed in the related list.

How: From the related lists component in the Lightning App Builder, select Enhanced List from the Related List Type dropdown (1). You can customize how many records to display at once, and choose whether to show the list view action bar.

https://releasenotes.docs.salesforce.com/en-us/summer19/release-notes/rn_lex_enhanced_related_lists.htm

enter image description here

Related Topic