I have a query on Accounts that is returning a Child Relationship for Contact. The Conditions for my child relationship are checking if the Birthdate field is within a particular range based on the values of LowBirthdate and HighBirthdate in a UI only model (field from another model).
This conditioning wasn’t working and was just returning any birthdate.
I then set the condition to “Abort this Model’s Query” If no row in Source Model, and now the query doesn’t run, but there IS a row in the source model, and I’m also running this check via a subquery to only return accounts with contacts with a particular Birthdate range (field from another model) and that works just fine.
What’s going on here? Why does my conditioning for Field from another model see no rows in the Child Relationship, but in the main query’s subquery it’s picking up the row properly? This seems like a bug.
Subquery field from another model works fine:
Child relationship to Contact (in the same model) condition: Field from another model sees no row in source model?
Question
Child Field Conditions: Field from another model - Error (no row in source model)

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.