You need to sign in to do that
Don't have an account?
gv007
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
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 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.
gv007
Thanks for your reply phil.That is the last option i am considring exploring do using customization with out coding.