hi Community,
i have a use case for creating 4 dynamic user filters whose data source is record type itself .now the challenge is that all the filters should be configured in such a way that if one filter has a selected value the other three filters should display data based on the first selected filter value
please suggest a possible way to do it
Discussion posts and replies are publicly visible
Record filters do not support this scenario. I suggest to create a custom UI using a Record based gridField. Add you filter components above.
hi Stefan,
thanks for the information
if we create a custom Ui as you suggested , will we not loose on features such as search field, export to excel , refresh, save user filters and more?
Yup, that's the prices you need to pay. You will loose access to all OOTB record list features.
But If you really want to provide these features with the approach Stefan suggested, then it is possible to have those similar features with the custom implementation but it will require much more manual work and brainstorming.