Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to do item master-detail view query?

Session token - is used, let say to filter entries by particular user. All other logic should be made separately from session token.

I advice you to walk through our tutorials about Database, all this functionality is pretty well described there.
:: http://docs.appery.io/tutorials/#Data...
:: http://docs.appery.io/tutorials/build...

Lau
Posts: 0
Joined: Tue Jan 14, 2014 5:42 am

How to do item master-detail view query?

Many thanks. This helped me solve my problem.

I am wondering how can I refresh a list?

I have a popup to add list item, and when create service is complete it is set to close the popup, however the list does not refresh to reflect new addition.
How can I refresh the list?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to do item master-detail view query?

Hello! Under popup you mean popup created in Appery.io builder? In this case when you navigate back from popup to previous screen there will be triggered page Show event. Invoke your list or query service on page Show event to get new data from DB (including new record) and map it on page.

Lau
Posts: 0
Joined: Tue Jan 14, 2014 5:42 am

How to do item master-detail view query?

Thanks Maryna

Return to “Issues”