Skip to main content
April 17, 2023
Question

Dynamic user filter

  • April 17, 2023
  • 5 replies
  • 0 views

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

5 replies

stefanhelzle0001
Brainy
April 17, 2023

Record filters do not support this scenario. I suggest to create a custom UI using a Record based gridField. Add you filter components above.

April 17, 2023

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?

April 17, 2023

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.