Does anyone know if an Xpath constraint on an entity is itself also subject to other Xpath constraints?

0
Does anyone know if an Xpath constraint on an entity is itself also subject to other Xpath constraints? Example: I've got entity A and B associated. I got lots of different rules to define what objects of entity A are available. Do I need to do all the same rules for entity B or can I suffice with  [EntityA_EntityB/EntityA] to check if you can see the associated object of entity A? - @Sytze de Bok
asked
1 answers
0

I am afraid you need to do all the same rules for EntityB. This sounds like a nice idea for the idea forum though. 

https://forum.mendix.com/link/ideas/1241 - @Andrej Gadjduk

answered