Hi, question about the RDB mapping and improved searching/filtering.
I'm thinking about improving the capabilities so that I could filter one entity based on the properties of linked entities.
eg Search contacts with filter: account.type = "Partner", return all contacts with links to accounts which have account.type = "Partner"
In the 'Add filter' dropdown there could be the related filters of ANY linked entity, in nested lists.
So for Emails, you would see the filters for Leads, Accounts, Opportunity, Case.
The query might be a little bit slow with all the joins but would be really useful.
So thinking about Espo, is this approach possible in a sane way which only needs core modifications?
I'm thinking about improving the capabilities so that I could filter one entity based on the properties of linked entities.
eg Search contacts with filter: account.type = "Partner", return all contacts with links to accounts which have account.type = "Partner"
In the 'Add filter' dropdown there could be the related filters of ANY linked entity, in nested lists.
So for Emails, you would see the filters for Leads, Accounts, Opportunity, Case.
The query might be a little bit slow with all the joins but would be really useful.
So thinking about Espo, is this approach possible in a sane way which only needs core modifications?
Comment