Record User filter default option limitation.

Certified Senior Developer

Hi All,

I have a requirement when we display the record.
I have configured one user filter named "status" which consists of 5 values. 
I want that whenever the user lands on the page.. one of the five option from the filter is NOT applied.

the value in the Default option should not be applied. {Basically all the other 4 apart from the default value should be in the filters when page gets load}

Kindly suggest what can be done as datatype of default option is text and not array!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Sri Ram Kaja

    Hi  ,

    No.. in the filter list we want all the options. But when the page loads the default option shouldn't be equal to the value..

    Scenario: we have these values (pending, completed, abc, etc). All these values should be there in the filter list. But when the page loads, it should show all row whose status is NOT completed meaning it should show all request except from the one whose status is completed.

    User wants the flexibility where they can add/remove the default option from the filter list front frontend view.

Children