How to pass parameters from search to another application?

Hi! I have two grid applications and from the first one I have link to the second. Both of them have advanced search choose. For example I can choose to show only records with price = 10, which can be done in advanced search. After that, I want to click on any record to open another application. It opens, but search parameters again set to 0. For example that price is set to default again, but I need it to be set to 10. I tried to set default values as a global, but it didnt work.