You need to sign in to do that
Don't have an account?

Tree view structure for custom object records with self relation ship using VF Page.
Hi Guys,
I want to create a tree structure which is present in custom object.I am having custom object called "employee information" and in that object, I am having lookup field "Parent Employee" with the same object records for mapping "parent employee" to another employee.
After saving the records I want to display that employee information in tree structure by using visualforce page.
Please help me to achieve this.
I want to create a tree structure which is present in custom object.I am having custom object called "employee information" and in that object, I am having lookup field "Parent Employee" with the same object records for mapping "parent employee" to another employee.
After saving the records I want to display that employee information in tree structure by using visualforce page.
Please help me to achieve this.
Foung this blog that migh help you.
http://forceguru.blogspot.in/2011/12/displaying-role-hierarchy-on.html
were you able to achieve this?