Page 2 of 3

Mapping item_add service

Posted: Wed Oct 23, 2013 12:30 pm
by Johnny

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

Thank you for the help


Mapping item_add service

Posted: Wed Oct 23, 2013 12:59 pm
by Maryna Brodina

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.


Mapping item_add service

Posted: Wed Oct 23, 2013 1:11 pm
by Johnny

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


Mapping item_add service

Posted: Wed Oct 23, 2013 1:19 pm
by Johnny

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


Mapping item_add service

Posted: Thu Oct 24, 2013 6:34 am
by Johnny

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


Mapping item_add service

Posted: Thu Oct 24, 2013 11:45 am
by Maryna Brodina

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.


Mapping item_add service

Posted: Thu Oct 24, 2013 12:44 pm
by Johnny

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


Mapping item_add service

Posted: Thu Oct 24, 2013 12:57 pm
by Johnny

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"); 
     },

Mapping item_add service

Posted: Thu Oct 24, 2013 1:42 pm
by Maryna Brodina

Could you tell screen name you have problem with?


Mapping item_add service

Posted: Thu Oct 24, 2013 1:43 pm
by Johnny

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