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
Seema KhattarSeema Khattar 

Showing Hierarchy of objects in a page

Hi,

I would like to know how can I show the related list till grandchild level (or more) on a custom/standard object page. For example how can I show Accounts-> Opprtunity Related list -> Opportunity Line items related lists on a Account Detail page.

Thanks
pconpcon
You'll have to do this with a custom Visualforce component in which you do your SOQL query for all of the Opportunity Line Items off of the Opporunity and then render out them to the page.  You might have to make the entire Account page a Visualforce page, but you might be able to get away with a new in-line visualforce page.