Hello Folks,
I am working on customizing some functionality on the Force.com platform. I have a question for you; I am not too sure if this is possible!
What I have? : 2 custom objects - abc and pqr. Abc is the junction object between the Standard object Account and pqr i.e. Account is the parent of abc and then Pqr is the parent of abc. I am retrieving everything through these objects into a List of type Account (i.e. from Account object).
What do I need? : I can access the abc object in Apex i.e. the First child of Account. Is there a possibility to access the fields of pqr through account?
What I have tried : Accessing the object through relationship name - Account.abc_r[0].pqr_r[0].FIELDNAME
But it hasnt worked. Could some salesforce/apex developer help me with this?