I’m trying to load only ParentObject__c records where ChildObject__r.records != null. Is that possible? I figured out I could hack the XML to do this with render conditions, but when I tried that with the Model conditions it wouldn’t work, it gave an error that it couldn’t recognize the field ChildObect__r.records (or ChildObect__r.records.0.Id etc, tried a few variations).
Is it possible to hack the XML this way, or do I just need to load all the possible Child Records in a new model and then use that as a condition for loading my parent model?
Question
Model condition based on child records
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.