We are designing a service backed record. The business wants to have filter

We are designing a service backed record.
The business wants to have filters for Records based on date. The basically want to enter the start date and end date. The result should be basically return the list view of records falling between the start date and end date. Is there a way to achieve this?is there a way, that we can capture the user inputs and then use it to filter the list view of records?

One approach i did think was to use the Search Textbox where the user can enter the dates as comma seperated values and then we use that to make the service call to return the records. But its not very intuitive. Is there a more graceful way to do this....

OriginalPostID-131268

OriginalPostID-131268

  Discussion posts and replies are publicly visible

Parents
  • I've never worked with service backed records, but could this be done with the Reports tab? It's not a perfect solution but could you load the data into a SAIL report dashboard using a grid with dynamic links to expand the whole dashboard, then filter the listings using date fields. I'm not sure if this would work with your service but it could be a solution.
Reply
  • I've never worked with service backed records, but could this be done with the Reports tab? It's not a perfect solution but could you load the data into a SAIL report dashboard using a grid with dynamic links to expand the whole dashboard, then filter the listings using date fields. I'm not sure if this would work with your service but it could be a solution.
Children
No Data