Hi,
I have an item view in my form. For one of the field in that item view, i have to populate a list of values from smartobjects. This control is for display purpose only and the user dont need to select or perform any operation on that. When i am saving the form, i need to save these displayed values.
I am having hard time achieving this. Because if i user Multiselect or listbox or choice control, it expects the users to select these values, only then the selected values are getting saved during my save operation.
It looks like "ListDisplay" control is the one that will fit my need but it is not working as expected.
Could you please help me in handling the multiple values return by SMO method?