Based on documentation, we can use selectDefaultFilters to specify a primary filter apply to select-modals, e.g below (Case clientDefs) the below code works fine
However in the schema there is another property we can use to apply boolean filter but the code below will not work and no error is triggered and nothing in the log. code below not working
yuri any thoughts on why this is not working.
Thanks
PHP Code:
"selectDefaultFilters": {
"filter": "open"
},
PHP Code:
"selectDefaultFilters": {
"boolFilterList": ["open"]
},
Thanks
Comment