Page 2 of 2

What im doing wrong??????

Posted: Tue Jul 22, 2014 10:32 pm
by Andre Aparcana

as you can see in the Screen shot


What im doing wrong??????

Posted: Wed Jul 23, 2014 2:31 am
by Andre Aparcana

Any other advice ?


What im doing wrong??????

Posted: Wed Jul 23, 2014 3:32 am
by Andre Aparcana

Hello again, well this make it even worst.

So i decided to redo this whole process again (to make sure im not crazy) well i have create another page to my app (called test) and test it creating another collection (called test)and map it to my TEST page by creating a CREATE service (called Test) to make sure if it was me the problem or the platform.

Well after all the mapping and the set up. I got it to work but the funny part is that the collection is getting stuffed with all this data (duplicating like 100 times).

Example:

Here is my new data collection
Image

here is my create service
Image

here is my mapping
Image
Image
Image
Image
Image

ok lets test it and see what happens
Image

and this is the result:
Image

Is so frustrating, its been 3 days with no positive results.
PLEASE HELP

My app and data base still share with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a

PS: this is just another thing to look at, my original and must priority problem is with the "addevent" page and with the "addevent create service"

THANK YOU

Andre


What im doing wrong??????

Posted: Wed Jul 23, 2014 10:52 am
by Kateryna Grynko

Hi Andre,

1) The problem of adding a large number of identical records is that on addevent Success event you call the same event. Thus it a recursion.

2) To add a date from datepicker to Database replace this code:prevar d = new Date($("[name=datepickerName] input").val());
var str = new Date(d.getFullYear() + "-" + d.getMonth() + "-" + d.getDay());/preWith the following: https://getsatisfaction.com/apperyio/...


What im doing wrong??????

Posted: Thu Jul 24, 2014 1:24 am
by Andre Aparcana

Hello everyone,

After several hours trouble shooting my app finally got it to work.

to the Appery.io support team a big THANK YOU for all the effort and help that you guys show us day by day.

you guys are the best i really enjoy develop and learning every day new things, i will see you in the future im sure i will have more questions to ask. :)

Sincerely,

A