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
sarvesh001sarvesh001 

Tree View display of record for three objects

Hi ,
I want to display recors in treeview fro three objects all three objects in relation of parent-->child--->grandchild.


Can any one help me out for this.

Thanks,
Sarvesh
SonamSonam (Salesforce Developers) 
The following blog has sample code which you can try in your test code to show a tree view of related objects:http://www.forcetree.com/2011/04/tree-view-in-visualforce-page.html
Sumit@TCSSumit@TCS
Did you get the answer for this....

I have once similar requirement, want to dispaly records in tree structure

Below Example

Parent 1 V
       Child 1 V
                Sub child 1
Parent 2 V
         Child 2
                Sub child 2
Parent 3 V
         Child 3 V
                Sub child 3

Please suggest how to achive this
Rajesh Cool DevRajesh Cool Dev
Hi Sumit,

even i have the same requirement...Can you please provide sample code for it, if you have found answer to it...
Plural BPlural B
@Rajesh/Sumit:Did you got solution ?

Check below link for your reference:
https://www.thephani.com/tree-view/