I need to create a parent model that only shows records where the record id is in the list of child records returned in my child model. I tried using a condition of:
Matter__c.Id is in the set of values containing Matter__r.Id field returned from any row returned by my child model and am not getting any records returned even though there are records returned in my child model that meet the criteria. Is there a different way to go about this?
Question
How to create a Model showing only Parent records to a list of Child Records

This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.