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
Manu ErwinManu Erwin 

Multiple Nested datatables? e.g., Accounts with Opportunities with Opportunity Lines

 

Before I go reinventing the wheel has anyone ever built a Visualforce page that shows a list of Accounts with list of Opportunities with list of Opportunity Lines?
I'm thinking of nested datatables and realise I'll likely have to do some heavy lifting in code to achieve due to the 1 level limitation with SOQL queries.
Sample code would be appreciated.
thanks,
Manu

 

Best Answer chosen by Admin (Salesforce Developers) 
Reppin__505Reppin__505

This post addresses this same combination of tables/objects:

 

http://forums.sforce.com/t5/Visualforce-Development/4-tier-related-lists/m-p/155305

All Answers

Reppin__505Reppin__505

This post addresses this same combination of tables/objects:

 

http://forums.sforce.com/t5/Visualforce-Development/4-tier-related-lists/m-p/155305

This was selected as the best answer
Manu ErwinManu Erwin

Thanks for the redirect Reppin__505 :)

 

Will check it out.