Hi,
is it possible to customize the query for the account list view ?
the entity account is in relation with a custom entity (Many to One) .
When i'm in Account entity list view , the system to populate the table make a query with also a join with the custom entiry .
This join in list view is not necessary , because there's no column's related to the custom entity .
I want to speed up this query so I need to override it to prevent that the list view is populated using join with the custom entity .
is it possible to customize the query for the account list view ?
the entity account is in relation with a custom entity (Many to One) .
When i'm in Account entity list view , the system to populate the table make a query with also a join with the custom entiry .
This join in list view is not necessary , because there's no column's related to the custom entity .
I want to speed up this query so I need to override it to prevent that the list view is populated using join with the custom entity .
Comment