Skip to main content
Kiran Rajendran ha fatto una domanda in #Visualforce
I have a parent object A, a child object B and then grand childs C & D ; great grand childs E & F (E is child of C and F child of D ). Now on the Object A detail page, I want to display list of B , C& D and then E&F records. I can do this with a wrapper class and using nested pageblocktables. But the challenge is to display C& D records ( for each B record ) in the same line (row); similarly E& F records that go back to the same B record has to be in same line(row). How is this possible?
1 risposta
  1. 12 gen 2015, 06:29
    Hi K R 8,

    The wrapper class approach will be good to go.  As B has 2 childs C & D and in tuen C & d has their childs E & F respectively so this makes a little doubtful if we can bring them in interface as you want.

    Thanks,

    Pratik
0/9000