I have a read only grid where I will search records and filter it and from there click on record link and navigate to record summary and from there when I navigate back to same readonly record grid i want search results to be retained with searched text. I tried passing the value as ri. But since Summary interface is already configured with static value in Views its passing as null. Any idea how to get it done?
Discussion posts and replies are publicly visible
Sorry , you can't directly do this with record filter sets and record views but you can achieve it by using custom Ui filters and custom user interfaces .
That's because we can't directly navigate back to record list without refreshing browser.Hope in future releases they will provide a solution for this
In this case, aishwaryaa5112 you can open record link in new tab for easy of change so no refreshing will happen and filter will be retain
Hi Aishwarya,This won't be possible because whenever you navigate back to grid, page will refresh, so as per above suggestion, either go with custom UI or choose option to open in new tab
Fixed it. Selection save into with boolean report summary with searchtext and enable showwhen added