I've made some reports with entity report and report-filters to have common entity-filters for all users.
By default, the filter ALL is the default filter. I want to change it to one of my custom-filters.
I've tried different guidelines here, but none does the job:
For example I extended the <entity>.json in Espo/custom/Resources/metadata/clientDef with
Christoph
By default, the filter ALL is the default filter. I want to change it to one of my custom-filters.
I've tried different guidelines here, but none does the job:
For example I extended the <entity>.json in Espo/custom/Resources/metadata/clientDef with
Code:
...
"defaultFilterData": {
"name": "reportFilter64f1c2757df5e73f4",
"style": "primary"
},
"selectDefaultFilters": {
"filter": "reportFilter64f1c2757df5e73f4"
},
...
Christoph

Comment