Page 1 of 1

How do I get and save all contacts in the database?

Posted: Thu Aug 06, 2015 3:36 am
by A.W.H.

How do I get and save all contacts in the database?

Posted: Fri Aug 07, 2015 11:49 am
by Alena Prykhodko

Hello,

To store data to database you need to use Create Service https://devcenter.appery.io/documenta...
Not sure I understand what contact do you mean. Please tell more details.


How do I get and save all contacts in the database?

Posted: Fri Aug 07, 2015 12:55 pm
by Hanif Sayyed

@Alena is right


How do I get and save all contacts in the database?

Posted: Fri Aug 07, 2015 6:03 pm
by Jack Bua

If you are wanting to get from the database and place on a page, sounds like you need a list or similar component. You will have to map the $ in the service to the component. The tutorials should help you more there

To save a new record, you need a create service, and the save an existing one, an update service.

I suggest you make your create and update pages separate from each other at first and separate from the page that shows the list of all contacts.