I'm looking to create an editable list view for a SharePoint list that has a People field.
I want to use a picker control to facilitate the input needed for the SharePoint list when a new row is added or a row is edited.
The smartobject for the List has two properties for the People field.. One is the internal ID number of the user inside SharePoint and the other has "(value)" appended to the column name and will be the display name of the person.
I tried using the URM - AD User smartobject, pushing in the Name property, which is domainusername. But the item in the SharePoint list did not contain the user's information.
I then looked at one of the generated forms and find that the new view has a picker preconfigured with the "sharePoint Integration People Picker Source" smartobject and that it stores "ID" and displays "Display Name" I also see that the control has two parts. It has a Field and Display Field property with the Field property bound to the SharePoint list smartobject property that has the internal ID number and the Display field tied to the one with "(value)" on it...
When I go to configure the same thing in an editable list, changing the Field property of the picker control switches the list as well. This results in a removal of the picker as a control, setting it as a text field.. (besides it will show the ID numbers and not the names)...
So anyone know how to do this? Or am I working with two views on the form with a refresh?

