Hi, I have two related entities, Entity A with attribute attributeA which is a composition, Entity B with attribute attribute attributeB which is an Association with attributeA of entity A. When editing entity A I want to be able to filter some elements of Entity B. I have seen in the documentation the following: “In an entity detail view, the loader XML element is usually empty, because the instance loader requires an entity identifier that is specified programmatically by the StandardDetailView base class:” if I can’t put a loader with a filter, how can I do it.
Thanks and best regards.