Hello!
I have m:n relation. In the relation selection I want to add a filter that will show me only those entities that are not already connected, how do I do it?
I wanted to add an Espo\Core\Select\Primary\Filter, however, the parent ID is not injected into it, and as a result I am not able to find the relation in the pivot table.
Is it at all possible to inject into SelectBuilder from Filter something more than just the entity by which we filter?
I have m:n relation. In the relation selection I want to add a filter that will show me only those entities that are not already connected, how do I do it?
I wanted to add an Espo\Core\Select\Primary\Filter, however, the parent ID is not injected into it, and as a result I am not able to find the relation in the pivot table.
Is it at all possible to inject into SelectBuilder from Filter something more than just the entity by which we filter?
Comment