Kai Biefang
Posts: 0
Joined: Mon Mar 31, 2014 10:12 am

Doing a new search after displaying the detail page

Hi Illya,

How should I build a second list?
The list is displayed in the home page of the App and also visible when you click on a record to display the detail page (see screenshot above your post). So you should be able to use the search button from this list. Building a second list is not what I want and wont solve the problem, that I cant use the search button again after displaying a record in the detail page, I suppose.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Doing a new search after displaying the detail page

Hi Kai,

If you want to have two pages (list and detail page) you have to implement list (the same functional) in these two pages.

These two pages does not have a common parts without LSV and common assets (JS and CSS).

So if you have two pages and lists - you have two different lists. (Please provide us screenshots of these lists settings).

That's why you can't update list on the detail page with action from the start page.

Your detail page is independent from start page. And you have to add new datasource and implement invoking of this datasource to see results (the same logic as for start page).

Kai Biefang
Posts: 0
Joined: Mon Mar 31, 2014 10:12 am

Doing a new search after displaying the detail page

Hello Alena,

I think you understand me wrong. These page you see on my last screenshot consists of two seperate pages which are displayed side by side. The list you can see beneath the detail page is the list located on the home page and is not part of the detail page itself.

So why should I build a second list on the detail page? If I would do so I would have two lists side by side on the page and thats not what I want.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Doing a new search after displaying the detail page

Kai,

Igor pointed this out https://getsatisfaction.com/apperyio/...
You can use LSV to pass Search result.

Kai Biefang
Posts: 0
Joined: Mon Mar 31, 2014 10:12 am

Doing a new search after displaying the detail page

I tried to do so, but when should I get my event to fire?
The detail page is already loaded so I cant use the "Load" or "Show" event for the search to fire. Instead I want to use the Search Button on the List page, but in fact I cant access the Search button with my event on the detail page, because it's not on the same page. So how should I use the content of the LSV?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Doing a new search after displaying the detail page

Hi Kai,

If there is no access to "Search button" you can use localStorage.

Kai Biefang
Posts: 0
Joined: Mon Mar 31, 2014 10:12 am

Doing a new search after displaying the detail page

Thanks for your help, the problem is solved.

Return to “Issues”