Can someone help me how to customize filters in contact entity. At the moment I am seeing whole bunch of filter items that are irrelevant for my client:
I have tried with adding my wanted filters in custom\Espo\Custom\Resources\metadata\clientDefs\C ontact.json
but without any luck, of course after rebuild and clearing cache.
My Contacts entity fields look like this:


Is there a way to show only a filters that is relevant for me in Contacts filters?
I have tried with adding my wanted filters in custom\Espo\Custom\Resources\metadata\clientDefs\C ontact.json
Code:
"filterList": [
{
"name": "addressCity"
},
{
"name": "region"
},
{
"name": "municipality"
},
{
"name": "addressCountry"
}
My Contacts entity fields look like this:
Is there a way to show only a filters that is relevant for me in Contacts filters?

Comment