The PeopleEditor is an ASP.NET control provided by Microsoft SharePoint for the purposes of selecting users or groups in the SharePoint framework.
0
votes
1answer
15 views
What would cause invisible People/Groups and Multiple Lines of Text fields?
Since upgrading to SharePoint 2010, I've seen several instances where certain fields in DVWPs do not appear. They seem to function just fine - but users think the field is actually missing from the ...
0
votes
0answers
16 views
How to restrict current logged in user from being displayed in SharePoint 2013 Client people picker from client side?
Hi i have implemented the client people picker using the javascript and the code give on
http://msdn.microsoft.com/en-us/library/jj713593.aspx
what im looking to do is to validate this field so ...
1
vote
0answers
16 views
User Cannot Be Found when page is Checked In or Published due to People Picker column
We just deployed a new site collection. News pages have an author/people picker column built into the page template. All SP users have access to the site via user group but a 'User Cannot Be Found' ...
0
votes
0answers
28 views
PeopleEditor resolves names only once
I have problem with PeopleEditor control.
I wrote Application Page, that contains ComboBox and PeopleEditor. In ComboBox's event I want to populate PeopleEditor:
protected void ...
0
votes
0answers
41 views
JavaScript OnChange for PeoplePicker or something similar in a NewForm.aspx
i have a document library where i added a people picker column where i can assign a person from the company. Also i have a column where the user should enter the department of the selected person.
Is ...
0
votes
0answers
60 views
SharePoint people picker does not show user picture
I have 2 problem with a people picker field.
1) We have a SharePoint 2013 server. On the server there is a list with a people picker column. We set it to show "Name (with picture and details)" in the ...
5
votes
3answers
156 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
0answers
19 views
SharePoint PeopleEditor In Application Page Not Programatically Populating Users In Production Environment
I have a PeopleEditor control added to a custom application page. It's populated like so:
var entityList = new ArrayList();
foreach (var userVal in collectionOfUserInformation)
{
PickerEntity ...
0
votes
0answers
28 views
Search user profiles by name in provider-hosted app
I'd like to use the People-Picker in my provider-hosted app, but that appears to be only available in sharepoint-hosted apps. So, I've decided to do my own with a autocomplete functionality, but I ...
1
vote
1answer
80 views
How can i add a Person and Group control to Workflow Initiation From in SharePoint Designer 2010 x64
For some reason there is no Person and Group type in Add Field dialog on workflow's Initiation Form creation process in SharePoint Designer 2010.
I assume it should be there as it shown in screenshot ...
0
votes
1answer
725 views
Sharepoint 2013: AD users not found on people/user picker, but they shows up only in Central Admin site
I'm having problem with my SharePoint 2013 people picker. It doesn't shows any AD users at all.
But strangely, when I pick/search people in its Central Administration site, all my AD users are shown.
...
0
votes
0answers
115 views
People picker username resolving in Lists but not Calendar - SharePoint 2013
We have an issue with Person/Group fields in an Events Calendar, where if the full name is entered 'Ken Kenniff' then it resolves fine. However if the username is entered 'kkenniff' then it doesnt ...
1
vote
1answer
147 views
need to display image of the user in the people picker, Sharepoint 2013?
In the people picker, the attributes it shows are name,designation and their online or offline status, Is it possible to display the image of the person?
0
votes
1answer
264 views
SharePoint 2010 / 2013 Designer workflow - people picker as workflow initiation parameters cause workflow to fail in create list item
I created a number of workflows in Designer 2010 and I have an issue with passing data from a people /person initiation parameter to a discussion list in which I created a "recipients" field.
The ...
1
vote
0answers
140 views
Calculated columns supporting all column types
I would like to develop a column which will allow the end user to do the calculations based on values of other columns of the same item (SharePoint 2010). I need it to work also with people, look up ...
0
votes
0answers
66 views
how to open sharepoint entity picker from linkbutton
I want to customize a SharePoint EntityEditorWithPicker so that I can open the picker dialog through a linkbutton. When the user closes the dialog, I want to update the page with the selected values ...
0
votes
1answer
176 views
Count people picker field if it is set
I would like to create a custom workflow with an Infopath created form, but the problem is I have a list of about 8 people picker fields that I would like to count, only if it is set (ie: a person's ...
0
votes
0answers
95 views
(AD) People picker works on some parts of Central Admin and not on others
SharePoint Server 2010 (not just Foundation)
If I go to Central Admin>Application Management>Manage service applications and select Business Data Connectivity Service, then click Administrators, I can ...
1
vote
2answers
112 views
How to override Contact Selector?
I create my custom people editor in SP2010, it replace standart PE in SP and all works fine, but in Infopath 2010 forms it doesn't work.
I read that there is another control, named Contact Selector. ...
1
vote
0answers
68 views
Maximum User limit of People Picker Field
i have many number of users... and assign same task for all those users..
So i want to know what is the maximum users limit of people picker field.
Thanks.
0
votes
0answers
352 views
SharePoint 2010 Custom people picker claim provider and mapping to OOTB STS
We have a scenario where we needed to restrict the people picker search to a specific OU in active directory AND also populate all the columns in the 'list view' within the people picker search ...
0
votes
2answers
500 views
People picker very slow with active directory
Using a standard people picker on a task form - searching the AD (active directory) is very slow.
Example:
John Smith (smith@domain.com)
When I enter smith in the people picker and hit CTRL+K ...
0
votes
2answers
72 views
The type or namespace name 'MyFeature.Class' could not be found in global namespace
Here is what i have been struggling with.
I am replacing the OOTB SharePoint 2010 People Picker Control with a custom People Picker.
There are 2 projects in my Solution. One that adds an application ...
0
votes
0answers
149 views
People picker finds group, then says no exact match found
I'm trying to add a group to a document library to give them permission to see it. If I type the group name and ask SP to check it, it says
No exact match was found
If I search the address book it ...
2
votes
1answer
285 views
People Picker and FBA - partial functionality
So I've read a number of other questions on this topic and believe my situation is different. I have a web application with Forms Authentication. It is configured in the web.config files of central ...
1
vote
2answers
217 views
How to add on event a PeoplePicker Programmatically to a WebPart
I want to add a people picker to my webpart according to an event. To make it simple I want to add it when I click a button. The code would be very simple, like this:
protected void ...
0
votes
0answers
77 views
Using Custom Claim Provider in defining alerts
I've implemented a custom claims provider in order to replace the people picker in a web application that uses ADFS as a trusted token issuer.
For authentication purposes it works great, I can search ...
2
votes
2answers
563 views
What populates the People Picker / Address Book
I'm sure I already know this... that or it is really simple but what setting, connection or page decides who is shown in the People Picker / Address Book?
Is it simply who is in your AD, determined ...
2
votes
3answers
457 views
Resolve people picker before presave
I have a function in presave that takes the user name in the people picker available on the form and do some business logic. After completion of script the actual save function is called.
The issue ...
2
votes
1answer
325 views
SharePoint group in Person/Group Picker
I want to send an email from a reusable workflow to everybody in a SharePoint group. I created a test group from the site permissions and created a reusable workflow. In this workflow I added a ...
0
votes
1answer
93 views
How to show all users in “Select People and Groups” dialog box?
Is there a way to show "All Users/Groups" in the Select People and Groups dialog?
I have tried "*" and "%" but they come back with nothing.
0
votes
1answer
352 views
Creating a Site Collection - Get “Error in resolving user”
I have a SharePoint 2013 environment in a DEV_DOMAIN that was upgraded from SharePoint 2010
COMPANY_DOMAIN should have a trust set up with DEV_DOMAIN.
I'm logged into the site as ...
0
votes
1answer
260 views
Trusted Identity Token Issuer - remove claim provider name
I have sharepoint 2010 with ADFS. I also created custom claims provider and set it's name as ClaimProviderName property of SPTrustedIdentityTokenIssuer for ADFS. But now I'd like the default ADFS ...
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
1answer
194 views
How can i save a people/group picker from infopath to Sharepoint?
i'm start to learn infopath and code, so i don't know how to do this:
i need to save a user for a form infopath to sharepoint i only know this:
...
1
vote
0answers
107 views
How do I get multiple people from a multiple choice column?
So, the question does a poor job of outlining the problem. Apologies.
I've got one list where my clients track their projects; let's call it Projects. In it, they make a selection on a multiple ...
0
votes
1answer
188 views
User Profile Service: Can add my user to Administrators, but not Permissions
I'm trying to run a Powershell script that updates the "PictureURL" for a specific FBA user on my SharePoint 2010 site. However, the script returns an error saying:
New-Object : Exception calling ...
1
vote
1answer
182 views
Set-SPSite with UserAccountDirectoryPath to specific OU could be ignored by site collection
I've had the case with SharePoint 2010 site collection what was set during creation to use UserAccountDirectoryPath to specific OU. It created w/o exceptions but wasn't following the restriction ...
0
votes
1answer
346 views
People Picker and Site Collection User Information List
I was under the impression that the People Picker used to be able to query both the underlying authentication types (Active Directory and FBA repository) as well as the User Information List (in ...
1
vote
4answers
4k views
How Can I Use the SharePoint People Picker Control in my Custom Web Part?
I need to add a people picker control to my custom web part. SharePoint has an OOB people picker control (which provides suggestions while typing into the control).
Is there a way to use the OOB ...
1
vote
1answer
303 views
How to use People Picker and True Rich Text, cross browser
I have a list being deployed as part of a site definition. I need to have a custom web-part with controls that are able to fill in list data.
SharePoint doesn't have an out of the box people-picker ...
0
votes
0answers
53 views
Custom claim as group owner
I have a scenario where the SharePoint People Picker is replaced with a custom picker that only ever returns group or person claims backed by our custom Claims Provider. That picker is also used on ...
0
votes
1answer
152 views
Correct way to use the people picker and Rich Text
I'd like to have a custom form that lets me add items to a list.
There are two fields giving me trouble.
One is a "Moderators" field which will use a people picker.
The other is a "Body" field, ...
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 ...
0
votes
0answers
188 views
people picker not found for Form Auth
http://msdn.microsoft.com/en-us/library/gg252020.aspx follow this article .............but on people picker field in my site .it generates this error No exact match was found. Click the item(s) that ...
0
votes
3answers
629 views
Show Distribution Lists as options in the People Picker
I have a People Picker column in one of my lists and it can pull users and security groups but not Distribution Lists. Is there any way to make it pull from Distribution Lists or do you know of any ...
1
vote
3answers
2k views
Create SP People Picker on the client-side
I would like to know if there is a way to generate a SharePoint 2010 People picker control just with JavaScript. Imagine that I am doing a Windows 8 App, I would like to create that control ...
0
votes
0answers
194 views
PeoplePicker with KnockOut JS
I am tring to integrate the SharePoint people picker into an "Single Page App" that is being hosted in an Application Page. Is there a way with the OOTB control that I could add the data-bind ...
0
votes
1answer
152 views
From PeopleEditor to ActiveDirectory User
I have a PoepleEditor and want to get some additional informations of a selected user from AD.
When PoepoleEditor resolves an Entry you have that PickerEntry as result. One member of it is "key" which ...
2
votes
3answers
2k views
How to resolve full names from a Person or Group column (that contains multiple entries) in a designer workflow
I have a custom list with a custom content type, with a workflow, on SharePoint 2007 as outlined in this other StackExchange question.
I'm using a Person or Group typed column to contain a list of ...


