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
snchandusnchandu 

How to view fields between two Custom Objects, if they are Master Detail Relationship with Accounts.

Hi All
I have Proposal ( fields P1,P2,P3... Pn) & System Product (S1, S2,.. Sn)  two custom objects with Master Detail Relationship with Accounts. I need to access some of the fields between these two custom objects. How can I do this.

Since Proposal & System Products are childs to Accounts, I cannot create lookup between these two.
Is there any way to access fields or any sample code could help me a lot.


Thank you
GauravGGauravG
Please provide more details as you can create lookup relationship between 2 child objects.