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
Monu Sharma 9Monu Sharma 9 

How to display closed cases in related list of Account object in Lightning page

Best Answer chosen by Monu Sharma 9
SwethaSwetha (Salesforce Developers) 
HI Monu,

To display closed cases in the related list of the Account object in a Lightning page, you can follow these steps:

> Go to the Object Manager in Salesforce and open the page layout for the Account object.
>Click on the "Edit" button next to the page layout name.
In the Lightning App Builder, drag and drop the "Related List - Single" component onto the canvas.
>In the properties pane of the component, select "Account Name" as the parent record. Then, choose the desired related list, in this case, "Cases." >You can specify additional filters or sorting options if needed.
>Save the changes to the page layout and activate it if it is not already active.


Related:
https://salesforce.stackexchange.com/questions/236009/displaying-account-closed-and-account-open-cases-on-case-page-layout

https://help.salesforce.com/s/articleView?id=000384408&type=1

https://salesforcediaries.com/2019/07/12/showing-parent-related-list-on-child-record-page-in-lightning-expereience/

If this information helps, please mark the answer as best. Thank you