Ian,
By child objects, I am guess you mean that Entity A has a 1 → M association with Entity B. If so, there are a couple of options, I can think of:
Alternatively, you could
Maybe one of these alternatives will work for you.
Thanks,
Mike
There are multiple ways of doing that
If you intend to retrieve objects of B which have an association to entity A, then just check if the association is not empty, something like:
ModuleA.EntityB/EntityB_EntityA/EntityA
The below documentation will also help you:
https://docs.mendix.com/refguide/xpath-constraints