How to add dynamic date field as a user filter on record type?

Certified Senior Developer

 Hi,

I want to have a dynamic date filter on record type as a user filter. Any suggestions welcome. Scenario is user wants to filter records on date range. Thanks

  Discussion posts and replies are publicly visible

Parents
  • HI Jagadeeshs,

    1) As commented by Vinay the only option you have in the record to look for information using user filters facets is giving the user the option to filter the information using a dropdown.
    2) The second option(not using records) is to create a Report using the same layour of the record there will be lot easier to apply the data range, here you can add links to the records and get your Related actions.
    3) You always have the option to query the information using an Expression as the datasource and play with the rsp!query and parse the search and get all the filters you want .

    Jose
Reply
  • HI Jagadeeshs,

    1) As commented by Vinay the only option you have in the record to look for information using user filters facets is giving the user the option to filter the information using a dropdown.
    2) The second option(not using records) is to create a Report using the same layour of the record there will be lot easier to apply the data range, here you can add links to the records and get your Related actions.
    3) You always have the option to query the information using an Expression as the datasource and play with the rsp!query and parse the search and get all the filters you want .

    Jose
Children
No Data