Page 2 of 2

How to do item master-detail view query?

Posted: Wed Jan 15, 2014 3:05 am
by Illya Stepanov

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...


How to do item master-detail view query?

Posted: Thu Jan 16, 2014 3:53 am
by Lau

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?


How to do item master-detail view query?

Posted: Thu Jan 16, 2014 10:47 am
by Maryna Brodina

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.


How to do item master-detail view query?

Posted: Thu Jan 16, 2014 7:31 pm
by Lau

Thanks Maryna