pboloz
Posts: 0
Joined: Wed Apr 02, 2014 11:38 pm

My list service does not refresh

I have a create service and a list service set up in my app. I can add a record onto the Appery database. But the newly added record does not show in a collapsible list until I restart the app. It works in a PC browser when I click 'Refresh' but it does not refresh on the mobile devices unless restarted.
This is my mapping and events:

Image

Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

My list service does not refresh

Hello,

On success event for your create_service you should invoke list_service to update data on the page. Here is example: http://docs.appery.io/tutorials/build...

pboloz
Posts: 0
Joined: Wed Apr 02, 2014 11:38 pm

My list service does not refresh

I have solved it by adding a button on the page and linking it to invoke the list service. Thanks.

Return to “Issues”