Save the Search Criteria in DB

0
Hi Team,   Can you explain Save the Data what ever I search in Data grid to Database   Thanks & Regrads Sajjina    
asked
2 answers
0

Hello,

Have you tried this https://forum.mendix.com/link/space/databases/questions/96030

answered
0

Hi Kumar,

  • Define an entity (e.g., "SearchHistory") to store search and filter criteria.
  • Create a form/page with input fields for search and filter options.
  • Develop a Microflow to save the search criteria into the "SearchHistory" entity.
  • Trigger the Microflow when the user submits the search/filter form or clicks a "Save Search" button.
  • Display saved searches using a Data Grid or List View widget.
  • Implement functionality to apply saved searches to the original Data Grid/List View.
  • Allow users to clear/delete saved searches if needed.
answered