You need to sign in to do that
Don't have an account?
How to show three different object records in vfpage?
Hi all,
i have three objects i.e ob1,ob2,ob3.
in this three objetcs having relation is:
ob1(parent)----> ob2(child)----> ob3(grand child).
here i want show related records in one table i.e in visualforce page.
please help me for this.
Regards,
Nagarjuna Reddy Nanireddy
i have three objects i.e ob1,ob2,ob3.
in this three objetcs having relation is:
ob1(parent)----> ob2(child)----> ob3(grand child).
here i want show related records in one table i.e in visualforce page.
please help me for this.
Regards,
Nagarjuna Reddy Nanireddy
You can handle this easily with a wrapper class. Example code:
public myController Page
Thanks
Mark it best answer if it helps you :)
Please try below codes. A__c(parent) ----> B__c(child) ----> C__c(grand child)
Controller
Page
Thanks,
Arunkumar