Skip to main content
varunb579494
January 24, 2023
Question

Manual "Save Filter As" functionality like records

  • January 24, 2023
  • 3 replies
  • 0 views

My client's requirement is to have multiple cascading filters for grid field and record doesn't support passing filter values from one user filter to another, so we are using manual filters.

Hence, using OOTB record is not possible in my scenario and they want to implement the "Save Filter As" like in record as well.

Please guide for efficient possible approaches available.

3 replies

stefanhelzle0001
Brainy
January 24, 2023

You will need to persist the filters to a database table.

gayathris111098
January 30, 2023
varunb579494
February 4, 2023

Thanks [mention:643c95215de74916833b021a9fad1695:e9ed411860ed4f2ba0265705b8793d05]  exactly what I am looking for.