Tagged Questions
0
votes
2answers
148 views
Can find user in peopleeditor but not in web?
I want to assign the value from a peopleeditor control to a user field in C#.
I have a resolved entity in the people editor, but when passing the SPUserId into the SPFieldUserValue constructor along ...
0
votes
1answer
121 views
Custom Field PropertySchema Type=User
I have a custom field in my SP Project. In my .xml file, I have a propertySchema and a user field inside it. Currently the field does not accept multiple users/groups. How can I change that?
I ...
2
votes
1answer
812 views
How to read an User field value for a list item
I've got a content type that contains a filed of the type user. When I want to read the ListItem I just get a string containing the users name instead of a object which contains Name, Username, E-Mail ...