Tagged Questions
5
votes
3answers
147 views
ResolvePrincipal vs SearchPrincipal
So I'm attempting to write something to mimic sharepoint's people picker. I was originally using Utility.ResolvePrincipal with some success, but it was only returning me a single user (obviously). So, ...
0
votes
1answer
182 views
PeopleEditor controls resolve names differently
Hopefully this is a question with a simple answer. I have two SharePoint 2010 environments, each containing a people editor control. In one environment the "check names" button resolves the name into ...
3
votes
1answer
674 views
Display User Profile Picture next to Welcome Menu?
I want to display the user profile picture next to the Welcome Menu in the top right and I have it working after following Erik Swenson's blog but it doesn't seem to be working on My Sites. This is ...
1
vote
1answer
1k views
SharePoint 2010 PeoplePicker Control Not Displaying User Data
In a test SharePoint environment, I have configured the User Profile Service, and the user profiles have been successfully populated into the UPS using the User profile Synchronization Service from ...
1
vote
3answers
953 views
How to show AD Contacts in the SP2010 people picker
is it possible to have the SharePoint 2010 people picker show AD Contacts. We have sub contractors & some full time staff listed as contacts in AD, in order to have their contact information ...
2
votes
2answers
695 views
Create app page with user/group picker?
I need to create an app page with some multiline textboxes.
In those textboxes, user should be able to type users, and put as many users or groups in the normal sharepoint way:
domain\user1; ...
1
vote
2answers
655 views
Multi value person picker in MOSS user profiles
I'd like to add a property to the user profile (mysites) that allows the user to pick multiple users from the people picker control. It looks like the Person control only accepts 1 value by default. ...