Update : this has been resolved in version 5.6.0
I have an entity called Tickets.
It has an N:1 relation with Accounts
There is a foreign field Tickets.accountname = linking to = > Account.name
The recordlist shows nicely Account.name, as expected.
The problem is that the search bar in the recordlist of Tickets does not search in the Account.name.
This is confusing for users. How do I set that?
I have an entity called Tickets.
It has an N:1 relation with Accounts
There is a foreign field Tickets.accountname = linking to = > Account.name
The recordlist shows nicely Account.name, as expected.
The problem is that the search bar in the recordlist of Tickets does not search in the Account.name.
This is confusing for users. How do I set that?
Comment