Hi,
I'm trying to use the FUIListPickerFormCell and the example in the documentation works fine (https://help.sap.com/doc/978e4f6c968c4cc5a30f9d324aa4b1d7/1.1/en-US/Documents/Frameworks/SAPFiori/Classes/FUIListPickerFormCell.html) but I'd like to map the values to an array of objects coming from the backend and not a simple array of strings.
I can't find this kind of example in the documentation, does anyone know how to achieve this?
Let's say I have a VHUser object with 2 properties (userID and userName), how do I display a list of usernames in the picker and get the selected userID?
Cheers,
Pierre