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
gv007gv007 

Child object -->Child object on Master Object Related List

Hi 
I have a requriment that 

I have master Object A
Child B
B have a Child C

I want display  Child object C details   on Master Object A

What are the options
Thanks
















Phillip SouthernPhillip Southern
I'm not sure on the config options you have, but from a code perspective you can do a VF page component with an apex controller on Object A that queries for the data and serves it up to display in a pageblocktable.  That VF component can be added to any standard page layout, that will require the page and class to use the object a standard controller, which you would want anyways to get the record id of Object A and continue with your code processing.
gv007gv007
Thanks for your reply phil.That is the last option i am considring exploring  do using customization with out coding.