When linking records, is it possible to search in multiple fields by default?
What I mean is ... let's say I want to link a contact to an account. By default I can execute a search in the account name. Sure I can load more search fields like account city, account country using the dots-menu. This works fine for the single contact. But when I want to link another contact to an account, I again see the account name only and have to load the additional search fields again. Is there a way to have the additional search fields shown by default? Or even better stick with one search field, but the underlying query should be executed in multiple fields linked with "or" - e. g. when I enter "Berlin%" in a field, the search should be executed like this ... where accountName like '%Berlin%' or accountCity like '%Berlin%' or accountCountry like '%Berlin%'
What I mean is ... let's say I want to link a contact to an account. By default I can execute a search in the account name. Sure I can load more search fields like account city, account country using the dots-menu. This works fine for the single contact. But when I want to link another contact to an account, I again see the account name only and have to load the additional search fields again. Is there a way to have the additional search fields shown by default? Or even better stick with one search field, but the underlying query should be executed in multiple fields linked with "or" - e. g. when I enter "Berlin%" in a field, the search should be executed like this ... where accountName like '%Berlin%' or accountCity like '%Berlin%' or accountCountry like '%Berlin%'
Comment