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
Patrick Becker 4Patrick Becker 4 

Trying to get a list of all records, where a field on the record matches a field on the parent record

I have 2 custom Objects (A and B).  On object A recoreds there is a formula value that gets copied to all of the child records (B).  There can be multiple records of A that have the same value in this field.  What I am trying to do, is from a record of object A, get a query that shows me all records of object B that share this field value , regardless of what record A they are related to.
tamilselvan ctamilselvan c
Hi Patrick,

Let me know what is your doubt here.