Record user filters

Certified Senior Developer

can we make one user filter dependent on other. For example if we select category user filter then only corresponding sub category values should be shown in sub category user filter.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Senior Developer
    in reply to Abhishek Karumuru

    Hi, Abhishek Karumuru sure the requirement was to create a grid displaying certain columns for records and i needed to filters as well. for filters i thought of creating user filters in record obj directly instead of using dropdown components in interface. for example we have two filters category and sub category. filters are working independent right now. i just tried whether we can make it dependent that is if we select catgory 1 then only sub category which is part of that category should be shown in sub caetgory filter. we added the values in reference table and usuing grouping code to fetch values.