A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When I click a list item how can I get the item info?

When I click on a list item how do I get the information about that item and use it to upload/update the db?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

When I click a list item how can I get the item info?

Avery,

Sorry I'm not sure I understand you correctly, could you please provide us with more details of your request? What information do you want to get?

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When I click a list item how can I get the item info?

I want to get the information stored in hidden labels.

Such as ID, etc. Those labels are currently inside the list items.

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

When I click a list item how can I get the item info?

Hi Avery -

You can use one of the approaches described here: https://devcenter.appery.io/documenta... -- and modify it for your needs.

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When I click a list item how can I get the item info?

Hi, I'm still having an error.

The items save info in the database as the text from the caption labels. Instead, I need it to store the variable display names mapped from another database.

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

When I click a list item how can I get the item info?

Could you please be more specific, about what you're trying to do? Please provide some screen shots for clear explanation.

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When I click a list item how can I get the item info?

Here you see the reply database empty.

Image

Next you see the page where the user can click on a text to reply to it. In the 'reply' database I store the information about that reply.

Image

Next you see the database after the user replies. Note that 'ping_ID' is stored as "Ping ID Here", the placeholder text for the custom label.

Image

Next we see the mapping to the "Ping ID Here" placeholder text, which maps the _id (shown in screenshot 2) to the first label on each text (the long ID).

Image

What is going on?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

When I click a list item how can I get the item info?

Hello,

Please show us service settings screen shot.
How do you get this ID, and how do you pass this to service?

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

When I click a list item how can I get the item info?

I just map the ID from the database and loop through a list as in the Appery tutorials..

Image

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

When I click a list item how can I get the item info?

Could you please clarify what these records are: http://prntscr.com/7xkk63

Return to “Issues”