Lee Kraus
Posts: 0
Joined: Mon Jan 05, 2015 12:54 am

How do I select an item from the item object mapped to my database?

I want to return a list of items from the database and have the user select the appropriate item. (I used an item and mapped the database) Once the user selects the appropriate item, I want to save the value to local storage.

Can you help please?

I really want a standard dynamic picklist that you see on almost every mobile app. The list comes up and you can scroll through it and select the value and click done.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How do I select an item from the item object mapped to my database?

Hi Lee,

Yes you need to:

  1. Store information about item in list item.

  2. Get this information on item click event handler.

  3. Store it to LSV.

    Please pass following tutorial to understand how to do it: http://devcenter.appery.io/tutorials/...

    Regards.

Lee Kraus
Posts: 0
Joined: Mon Jan 05, 2015 12:54 am

How do I select an item from the item object mapped to my database?

Thank you Yurli. I will complete the tutorial and follow you steps. I appreciate the help.

Lee Kraus
Posts: 0
Joined: Mon Jan 05, 2015 12:54 am

How do I select an item from the item object mapped to my database?

I got it working. Thank you .

Is there a way to get a scrolling list? Just curious.

Thanks again.

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

How do I select an item from the item object mapped to my database?

Hello!

If I understand your question correctly, you would need to find jQuery plugin to do that.

Return to “Issues”