Tagged Questions
0
votes
0answers
119 views
Utilizing published InfoPath “Merge” fields (semi-colon delimited)
I have a "project" InfoPath form that uses a Person/Group picker. I would like to be able to relate the people chosen in that form back to the project that they were chosen in. The primary problem is ...
0
votes
0answers
181 views
People picker field not displaying user name with proper formate
I am having people picker field called reviewer. Based on the environment we are using different domain user i am adding with the field. after ensuring the user, For specific users it's shows the ...
2
votes
2answers
1k views
How do you create a multi-select people-picker field programatically in SP 2007?
I would like to create a people-picker user field where more than one user can be chosen.
Currently, this is what I'm doing:
SPField field = new SPField(contentType.Fields, "User", "Users");
...