Questions tagged [peoplepicker]

120 questions
2
votes
1 answer

Sharepoint peoplepicker fails to find users from trusted domain

I have a problem that consumed long hours from me without a viable solution. I have no experience on Sharepoint and it is possible that I am overdoing it, I would not be surprised if the solution is much simpler than I expected. The scenario is as…
2
votes
0 answers

Why does ABPeoplePicker cause lots of warnings in the console?

In a brand new Swift app for OSX I dropped an ABPeoplePickerView in the window. Apart from importing AddressBook and creating an outlet for the peoplepicker, I added no code. On running the app (successfully - the picker works fine), the console…
AlexT
  • 596
  • 7
  • 15
2
votes
1 answer

Retrieve Email Address from sharepoint people picker using javascript

I am using SharePoint 2007. I have a custom aspx page in the layouts folder containing a people picker (PeopleEditor) control. Users can enter n nunmber of users in the control. I want to retrevie the users' emails from the people picker control…
nen
  • 621
  • 2
  • 10
  • 26
2
votes
1 answer

PeoplePicker can't find disabled AD Accounts (514)

Update (08.07.2015): I tried WireShark on one WFE during a peoplepicker request. The disabled accounts are clearly shown in the LDAP AD (GC) response. SharePoint 2013 still doesn't show the disabled account in the GUI Conclusion: SharePoint does…
2
votes
0 answers

iPhone - ABPeoplePickerNavigationController: Show "Phone" properties but not the Ringtone

Using the code below, I'm bringing up a person picker so the user can choose either a phone or an email address. I've set the displayable properties to Email and Phone, but the "Ringtone" property is visible in the phone group. Given the purpose…
jtrim
  • 3,465
  • 4
  • 31
  • 44
2
votes
3 answers

SharePoint people editor not displaying users

I've a requirement in which I've to display the saved users to the SharePoint people editor control. For this, I am saving the user names to People/Group column. And I am using the following code for taking these users to people editor…
user3256204
2
votes
2 answers

People picker control implementation in asp.net mvc application

I want to include the Sharepoint people picker control type in my application, My app is developed in asp.net MVC. is there a way so that i can include the GAL feature in my asp.net application. This should work even if the outlook is not installed…
Naruto
  • 9,476
  • 37
  • 118
  • 201
2
votes
2 answers

How to get email addres from PeoplePicker field using C# and Client Object model

I am using CAML to retrieve some sharepoint list items. On of the columns is a PeoplePicker control. How can I extract the email address from this column? I know how to get the LookupValue and LookupID, but not the email. FieldUserValue usvSM1 =…
Ashton
  • 1,265
  • 14
  • 23
1
vote
1 answer

How to get user department, phoneNumber with PeoplePicker

I am working in SPO (SPFX react js application) and successfully PeoplePicker work, but I am wondering how to get to console.log department and phoneNumber (already can get loginName, id, displayName) MobilePhone in console is undefined. I don't…
jck4real
  • 33
  • 7
1
vote
0 answers

Sharepoint 2010 people picker

In Active directory there is just one account for user John Dlouhý, but in people picker I always get two results. Do you have any idea why this is happening ? Name: Account name: John Dlouhý biz\dlouhy John Dlouhý…
Martin
  • 11
  • 2
1
vote
0 answers

Sharepoint 2007 people picker

I want to use two sharepoint people control on one form but I dont know how to create people picker control. I am using sharepoint designer 2007 Please share if any one have link to tutorial
Rushikesh
  • 529
  • 4
  • 18
  • 43
1
vote
1 answer

People picker and InfoPath Form webpart problem

I have an InfoPath form that i show in InfoPath Form webpart. The form contains a "People Picker" control and for some reason it never appears on InfoPath Form webpart ! The account I'm using for testing have all permissions.
Amr Ellafy
  • 730
  • 8
  • 26
1
vote
2 answers

How can we update a people picker field in sharepoint online?

Trying to update a people picker field in SP online list.I'm able to update with single value, but when I try to update with new value in the filed, the existing value is being removed. I need to append the new input value, with existing values in…
1
vote
1 answer

SharePoint client side people picker group id

I have created client side people picker using hmtl and jquery as shown in following URL https://www.c-sharpcorner.com/blogs/client-side-people-picker-in-sharepoint-2013 I can enter user as well group names, that's working fine. But I want to save…
Dhaval K
  • 23
  • 6
1
vote
0 answers

How do I prevent Office UI Fabric React PeoplePicker results dismissing on scroll

I am building an SPXF webpart which uses the Office UI Fabric React PeoplePicker to show people results, however I've noticed the results Callout is disappearing on scroll which is a particular issue on mobile where real estate is limited (e.g. when…
almckelvie
  • 11
  • 1