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 

Treeview structure of showing record for three objects

Hi,
i want to show record in tree view structure for three objects.
Opportunity under this two objects oppLineitem, Invoice objects and under invoice object invoice line item object.

i wnt to show records inthree levels.

Can any one help me out for this.


Thanks,
Sarvesh.

 
KaranrajKaranraj
Sarvesh - Check this blog post http://salesforceblogger.blogspot.in/2012/03/hierarchy-in-visualforce.html which shows example for displaying Account and contact. You can modify the code to display for your scenario.

Thanks,
Karanraj
http://www.karanrajs.com
sarvesh001sarvesh001
Hi Karanraj ,

Thanks for replay , i want to display treeview in three level i.e opportunity----> invoice------>payment .

Can you help out for this.


Thanks.
 
Sumit@TCSSumit@TCS
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