You need to sign in to do that
Don't have an account?
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
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
This post addresses this same combination of tables/objects:
http://forums.sforce.com/t5/Visualforce-Development/4-tier-related-lists/m-p/155305
Thanks for the redirect Reppin__505 :)
Will check it out.