How do I get selected items from Listview control to use as a lookup for additional data

  • 19 January 2018
  • 4 replies
  • 9 views

Badge +1

Is it possible to obtain a value from a selected item in a list view control and use that item to look up additional information for that row of data


4 replies

Userlevel 5
Badge +14

have a look on this

 

Badge +1

I saw that but I am not sure where to place the command

Userlevel 5
Badge +14

you will have to write a javascript that will parse out data from list view control and prepare them for further usage in form (eg. write them to a text box).

so you will need to put javascript to form's settings custom javascript, or javascript include if you place the code into an external file.

note, the code on the link I provided is just starting point - it will return array of selected items. as written above you will need to parse each array item for data content you need. that's however very specific to used list view content, so it's not possible to provide any generic script.

Badge +1

Your link for code is not visible, can you please share again

Reply