Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this article we show using Select with Data from Objects Filter

Image Modified


You can use Select component with dynamic data 

...

  1. Goto Objects in your APP (green mark on the picture)
  2. Add 2 custom columns ("code" and "Name" and full its as you can see on picture below, red mark)
  3. Create New filter and configure it (filter name and condition set as you can see on picture below, orange mark)
  4. Goto Constructor (red mark on the picture)
  5. Choose or create new screen (green mark on the picture)Image Modified
  6. Add Select component on the screen (red mark on the picture)
  7. Select this component to see it's Properties (green mark on the picture)
  8. Choose Dynamic options (blue mark on the picture)Image Modified
  9. Put in Data Source the hashtag for your filter (for example - #ObjectsFilter:ourData:Data# ) (green mark on the picture)
  10. Put in Label key the objects@ + column name from Objects (for example - objects@code )
  11. Put in Value key the objects@ + column name from Objects (for example - objects@Name )
  12. Save screen (red mark on the picture)
    Image Modified
  13. Open mobile app and check the result (in this picture - Option label is from Static options in that component )Image Modified


Info

Be very careful when filtering any data! Users will be dissatisfied if the item list contains more than 10 items.

...