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

xml

Choose needed service from list of your services. It opens with opened page "Settings". You need to open page "Test". And then find button "Test"
Image

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

xml

Thanks Maryna:

I have a problem.

Only appears when I call an "id"

Image

Image

How can I call all the id?

As in the manual "clickable list"

I have shared with my app only appears a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a

thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

xml

Hi Laura,

What service did you use and what parameters set to get this result?
Image
This service seems to return all the records.

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

xml

To obtain this result I called the service with this link:

http://84.120.108.175:14380/control_c...

But this does not work call the parameter "ID" in the service.

To call the service for its "id" is this:

http://84.120.108.175:14380/control_c...

But only call an "id".

This is the root of database:

http://84.120.108.175:14380/control_c...

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

xml

Hi Laura,

Sorry but your question is unclear for us.

Please make screenshots of UI you have now. And what logic you want to make.

Also give us two service with urls (first for list, and second for one item).

After this information, we could help you.

Regards.

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

xml

Hi Illya:

I need to make a list clickable.

When I click on the page "ciudades" navigate to the page "Tienda" according to its id.

I have this service But I get it to work by its id:

http://84.120.108.175:14380/control_c...

Do you understand now?

Thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

xml

Hi Laura,

Your referred to a good guide http://docs.appery.io/tutorials/build.... If you follow steps in it you will create needed application.

Try to do the following.

  1. Create Rest service (master) which returns a list of objects ids. In your case it can be service to url http://84.120.108.175:14380/control_c...
  2. Create master page with List component. Map response parameter of master service to listItem.
    3.Create two events for listItems. First of them sets localValue "id". The second one navigates to Detailed page.
  3. Create another service (detailed) which returns detailed information by id. It can be service to url http://84.120.108.175:14380/control_c.... Map request parameter "id" to local variable "id". Map response parameters to components of detailed page
  4. Create detailed page. On load event invoke detailed service.
laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

xml

Thanks Katya!!!!!!!!!!!!!!!! It's perfect!!!!!!

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

xml

Hello:

You could just delete the links to the service?

Please.

Thanks.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

xml

Laura,

Welcome :)

Could you please remove a star? It seems, I can't edit liked comment.

Return to “Issues”