How to retrieve and show saved values in list box control

  • 21 July 2020
  • 1 reply
  • 1 view

Badge +4

Hi,

I am using list box control in item view and we are able to save multiple values in db.

my query is how to retrieve this data and got that highlighted while view gets initialized.


1 reply

Hello,

We should be able to do this by running the Read method on the SmartObject that backs the List Box Control. We will need to provide an ID for the Read method, but this should give us the data back.

Reply