call page by link

0
Hello,   I want to call a page over link or button and apply a filter (by default) on destination page (dataGrid)   How to do this ? Thanks    
asked
1 answers
0

If the filter is always the same you can put a contraint on the Datagrid (in the modeler).

If it is a dynamic filter you can create a microflow that retrieves the data based on the input you provide, show the page that uses the retrieved data. This microflow can be triggered when clicking the link/button.

 

Hope this helps.

answered