Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

Ok I shared it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

Thank you for the help

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

Mapping item_add service

On page Register you call both services register and createuserdata at the same time. register service invokation is not finished, there is no data returned and saved into localStorage, but you invoke createuserdata service which uses data from register service. You have to invoke createuserdata service on success register service event.

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

Ok thank you. I will try and let you know.

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

You are a genius!!!! Thank you so much for the help!!

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

Maryna Brodina again me :(

So I don't know why but when I started to create a new page and add data it works fine. But again when I want to show it, it does not show.

The add data is on my update button and the list function is on my page show.

Yesterday you helped me with my setup page and it is still working and I tried to mimic it to the other pages... project is still shared

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

Mapping item_add service

Hello! If page doesn't load there are most likely some JS errors. Please make page you have problem with start page, run app in preview and check are there any errors in console.

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

Nope sorry do not see any errors in the console...

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

console is showing,
listinsurance = new Appery.DataSource(person_login_Insurance_list_service, {
'onComplete': function(jqXHR, textStatus) {
console.log(jqXHR.responseText);

Code: Select all

         $t.refreshScreenFormElements("InsuranceDetails"); 
     },
Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Mapping item_add service

Could you tell screen name you have problem with?

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

Mapping item_add service

I did it on InsuranceDetails and almost all other. Thank you Maryna!

Return to “Issues”